| From: | Richard Broersma Jr <rabroersma(at)yahoo(dot)com> |
|---|---|
| To: | Jasbinder Bali <jsbali(at)gmail(dot)com>, Phillip Smith <phillips(at)weatherbeeta(dot)com(dot)au> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Unable to connect to PostgreSQL 8 from PGAdmin III |
| Date: | 2006-08-11 23:44:49 |
| Message-ID: | 20060811234449.56390.qmail@web31814.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-novice |
> http://www.postgresql.org/docs/8.0/interactive/app-pg-ctl.html
>
> it doesn't have -i option
Correct, kind of...
look for the option -o "-i"
the -o passes options from a text string you provide directly to the postmaster service once it is
started.
Notice that -i is an option for the postmaster.
http://www.postgresql.org/docs/8.0/interactive/app-postmaster.html
Regards,
Richard Broersma Jr.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2006-08-12 00:26:45 | Re: New variable server_version_num |
| Previous Message | Jorge Godoy | 2006-08-11 23:33:17 | Best approach for a "gap-less" sequence |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mike Nees | 2006-08-12 00:06:27 | New to Postgres |
| Previous Message | Richard Broersma Jr | 2006-08-11 23:40:11 | Re: executing a procedure withing a procedure? |