[BUGS] BUG #4010: psql does not honour -c after database name

2008-03-05 Thread Jasen Betts
The following bug has been logged online: Bug reference: 4010 Logged by: Jasen Betts Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 (win32) Operating system: XP pro Description:psql does not honour -c after database name Details: I notice psql is now enf

[BUGS] BUG #4011: spelling mistake in comments

2008-03-05 Thread Jasen Betts
The following bug has been logged online: Bug reference: 4011 Logged by: Jasen Betts Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 Operating system: WINDOWS xp Description:spelling mistake in comments Details: bin/psql.bat 11 s/exist/exits/ -- Sent via p

Re: [BUGS] BUG #4010: psql does not honour -c after database name

2008-03-05 Thread Peter Eisentraut
Am Mittwoch, 5. März 2008 schrieb Jasen Betts: > I used to do > > psql -U username database -c "some big long command" > > and that no longer works :( Whether or not this works is determined by the operating system, not by PostgreSQL. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.or

Re: [BUGS] BUG #4011: spelling mistake in comments

2008-03-05 Thread Magnus Hagander
On Wed, Mar 05, 2008 at 12:32:54AM +, Jasen Betts wrote: > > The following bug has been logged online: > > Bug reference: 4011 > Logged by: Jasen Betts > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3 > Operating system: WINDOWS xp > Description:spelli

[BUGS]

2008-03-05 Thread samuel santa puche
Hi, if i put port 5432 is already in use.. What i have to do? I tried with 5433 but when im installing the program cant creat user account . Regards, SAM

Re: [BUGS]

2008-03-05 Thread Rodriguez Fernando
samuel santa puche wrote: Hi, if i put port 5432 is already in use.. What i have to do? I tried with 5433 but when im installing the program cant creat user account . Regards, SAM Hola, que version de postgres que S.O. que tenes "corriendo" en el puerto 5432? Saludos Fernando -- Sent via pgs

Re: [BUGS] LISTEN/NOTIFY race condition?

2008-03-05 Thread Laurent Birtz
Tom Lane wrote: Laurent Birtz <[EMAIL PROTECTED]> writes: From the observed sequence of events, it would appear that the event thread inserts a tuple in the pg_listener table BEFORE the command thread actually commits the transaction. However, when this transaction commits, Postgres does n

[BUGS] Tom Belich

2008-03-05 Thread jfkunos
Hi Tom, If you are the Tom Belich I knew from SKCC please contact me. I lost your Christmas card from '06 with your phone number on it. Joe Kennedy, MD 858 459 8044 -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://mail.postgresql.org/m

[BUGS] BUG #4012: bug in pg_query

2008-03-05 Thread Renato Gravino Neto
The following bug has been logged online: Bug reference: 4012 Logged by: Renato Gravino Neto Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: Linux 2.6.24.3 Description:bug in pg_query Details: in pg_query($con,'select * from cliente wher

Re: [BUGS] BUG #4012: bug in pg_query

2008-03-05 Thread Bill Moran
In response to "Renato Gravino Neto" <[EMAIL PROTECTED]>: > > The following bug has been logged online: > > Bug reference: 4012 > Logged by: Renato Gravino Neto > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.3 > Operating system: Linux 2.6.24.3 > Description:

[BUGS] BUG #4015: uninitialized value passed as an argument to tm2timetz

2008-03-05 Thread Ted Kremenek
The following bug has been logged online: Bug reference: 4015 Logged by: Ted Kremenek Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: Mac OS X 10.5.2 Description:uninitialized value passed as an argument to tm2timetz Details: It appears

Re: [BUGS] BUG #4015: uninitialized value passed as an argument to tm2timetz

2008-03-05 Thread Tom Lane
"Ted Kremenek" <[EMAIL PROTECTED]> writes: > It appears that there may be a case where the function tm2timetz is called > with an uninitialized (i.e., undefined) value passed as one of its arguments > (actually multiple arguments are undefined). I think you're assuming DateTimeParseError() will re