"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
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
"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.
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
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
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