Re: [BUGS] BUG #2468: how to create auto-generate primary key

2006-06-06 Thread Bruno Wolff III
Please don't use the bug reporting facilities to ask support questions. pgsql-general@postgresql.org would be a reasonable list to ask your question. ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives

Re: [BUGS] BUG #2469: Error in connection to the server

2006-06-06 Thread Bruno Wolff III
Please don't use the bug reporting facilities to ask support questions. Your question would be appropiate for either the pgsql-general@postgresql.org or [EMAIL PROTECTED] mailing lists. ---(end of broadcast)--- TIP 1: if posting/reading through Usene

Re: [BUGS] BUG #2465: Installation

2006-06-06 Thread Jim C. Nasby
On Fri, Jun 02, 2006 at 07:47:02PM +, Patrick Hayes wrote: > > The following bug has been logged online: > > Bug reference: 2465 > Logged by: Patrick Hayes > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.1 > Operating system: Window XP > Description:Ins

Re: [BUGS] stopping server does not remove external_pid_file

2006-06-06 Thread Euler Taveira de Oliveira
Martin Pitt wrote: > I just played around with external_pid_file in 8.1.4. I noticed that > the file is created and filled properly, but it is not removed again > when the server is stopped. > Looking at the code I see this comment in src/backend/postmaster/postmaster.c /* Should we remove the p

Re: [BUGS] stopping server does not remove external_pid_file

2006-06-06 Thread Tom Lane
Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes: > Martin Pitt wrote: >> I just played around with external_pid_file in 8.1.4. I noticed that >> the file is created and filled properly, but it is not removed again >> when the server is stopped. >> > Looking at the code I see this comment in >

Re: [BUGS] stopping server does not remove external_pid_file

2006-06-06 Thread Bruce Momjian
Tom Lane wrote: > Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes: > > Martin Pitt wrote: > >> I just played around with external_pid_file in 8.1.4. I noticed that > >> the file is created and filled properly, but it is not removed again > >> when the server is stopped. > >> > > Looking at th

Re: [BUGS] stopping server does not remove external_pid_file

2006-06-06 Thread Tom Lane
Bruce Momjian writes: > Doesn't removing the file reduce the chances of failing to start later > in case another postmaster already has that pid? No, because the external pidfile has zero to do with Postgres' internal behavior. Personally I always thought that the external pidfile was a "feature

Re: [BUGS] stopping server does not remove external_pid_file

2006-06-06 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > > Doesn't removing the file reduce the chances of failing to start later > > in case another postmaster already has that pid? > > No, because the external pidfile has zero to do with Postgres' internal > behavior. > > Personally I always thought that the