| From: | "Robert Wagner" <rwagner(at)siac(dot)com> |
|---|---|
| To: | C écile DESNOYERS <cdesnoyers(at)lnet(dot)fr> |
| Cc: | pgsql-general(at)postgreSQL(dot)org |
| Subject: | Re: [GENERAL] how to use pg-connect ? |
| Date: | 2000-01-26 18:12:19 |
| Message-ID: | 85256872.0063BF42.00@SIAC_NOTES_001.wisdom.siac.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Dear Cecile,
You can do this with a connection string:
pg_connect -conninfo $string
...or directly, dos/unix style, as in
pg_connect $database -host $host -port $portNumber
Cheers
Rob
C
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 179 bytes |
| unknown_filename | text/plain | 97 bytes |
| unknown_filename | text/plain | 212 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-01-26 18:34:06 | Re: [GENERAL] what is "view?" |
| Previous Message | Sarah Officer | 2000-01-26 18:07:14 | Re: [GENERAL] how to use pg-connect ? |