From: | "Nick Fankhauser" <nickf(at)ontko(dot)com> |
---|---|
To: | <danh(at)gelatinous(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: fresh install of postgres 7.1 doesn't start postmaster with the "-i" flag |
Date: | 2001-10-31 20:03:23 |
Message-ID: | NEBBLAAHGLEEPCGOBHDGOELNDNAA.nickf@ontko.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I'm not sure if its intentional, but it seems likely since this can now be
set in postgresql.conf. Look here for more:
http://www.postgresql.org/idocs/index.php?runtime-config.html
(essentially, you just need to add a line that says: tcpip_socket = 1)
-Nick
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of
> danh(at)gelatinous(dot)com
> Sent: Tuesday, October 30, 2001 8:16 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] fresh install of postgres 7.1 doesn't start
> postmaster with the "-i" flag
>
>
>
> I used to run postgres 7.0
> I just upgraded to postgres 7.1
>
> my application wouldn't work until I added
>
> -o "-i"
>
> to the pg_ctl
> line in /etc/rc.d/init.d/postgresql
>
> ( i am running redhat 6.2 )
>
> the -i flag is of course to enable tcp networking.
>
> I don't think i Had to do this with postgres 7.0,
> is this omission in postgres 7.1 intentional?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
From | Date | Subject | |
---|---|---|---|
Next Message | John fabiani | 2001-10-31 21:54:37 | how to get compound indexes |
Previous Message | Piornik | 2001-10-31 19:41:11 | Record blocking in Postgresql |