Re: [BUGS] BUG #3879: OS X Start Script should not `cd /Users/postgres`

2008-01-16 Thread Tom Lane
"David Wheeler" <[EMAIL PROTECTED]> writes: > The Mac OS X start script (contrib/start-scripts/osx/PostgreSQL) should not > have the recently-added lines `cd /Users/postgres` for the following > reasons: I agree. Removed, thanks for the report. regards, tom lane

[BUGS] BUG #3880: pgAdmin III dialog size

2008-01-16 Thread rf
The following bug has been logged online: Bug reference: 3880 Logged by: rf Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6-1 Operating system: WinXp Pro Description:pgAdmin III dialog size Details: When viewing the SQL tab in the New Table dialog, a scro

Re: [BUGS] BUG #3872: backslash_quote = off doesn't work any more

2008-01-16 Thread Tom Lane
"David Gradwell" <[EMAIL PROTECTED]> writes: > set backslash_quote = off in postgresql.conf > create table a (a1 varchar(100)) > insert into a(a1) values ( '\602') > gives ERROR: invalid byte sequence for encoding "UTF8": 0x82' backslash_quote has got zero to do with that case.

Re: [BUGS] BUG #3872: backslash_quote = off doesn't work any more

2008-01-16 Thread Tomasz Ostrowski
On Mon, 14 Jan 2008, David Gradwell wrote: > Description:backslash_quote = off doesn't work any more I think you need to set standard_conforming_strings=on; instead. Then: select '\''012'::text; text --- \'012 (1 row) sele

[BUGS] BUG #3872: backslash_quote = off doesn't work any more

2008-01-16 Thread David Gradwell
The following bug has been logged online: Bug reference: 3872 Logged by: David Gradwell Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3-beta3 Operating system: Windows Server 2003 Description:backslash_quote = off doesn't work any more Details: set backslas

[BUGS] BUG #3879: OS X Start Script should not `cd /Users/postgres`

2008-01-16 Thread David Wheeler
The following bug has been logged online: Bug reference: 3879 Logged by: David Wheeler Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3RC1 Operating system: Mac OS X 10.5.1 Description:OS X Start Script should not `cd /Users/postgres` Details: The Mac OS X s