This is a discussion on Re: PG on zeta 1.0 within the pgsql Novice forums, part of the PostgreSQL category; --> >Would you not have to start the postmaster with the "-i" switch to allow TCP/IP connections to the DB? ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On my Sco-Openserver Unix machine, I need to start the postmaster like this nohup pg_ctl -o -i start & Also keep in mind that I have my environment variables setup eg. PGDATA=/usr/local/pgsql/data PGDATABASE=thenameofthedb PGHOST=thenameofthemachine PGUSER=postgres Hope that helps Mark Campbell Confidentiality Notice: http://ucs.co.za/conf.html sam karush wrote: > >Would you not have to start the postmaster with the "-i" switch to > allow TCP/IP connections to the DB? > Being a novice, first timer, i'm not sure what the "-i" switch is, or > what the command looks like. Please post. Thanks! > |