Empty bytea format - 9.1devel pg_dump and psql

From: Vladimir Kokovic <kokovic(dot)vladimir(at)gmail(dot)com>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Empty bytea format - 9.1devel pg_dump and psql
Date: 2010-10-16 18:45:02
Message-ID: AANLkTikZcAQ0a-uMaOMmseO5RfhyK9L+ux_xgC_JMHSf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I'm not sure whether it is OK, a blank format for bytea, which is presented
in 9.1devel (pg_dump and psql)

Earlier versions (7, 8):
psql - signature bytea not null default '':: bytea
pg_dump - signature bytea default ''::bytea not null

postgresql.conf:
standard_conforming_strings = off
bytea_output = 'hex'

9.1devel:
psql - signature bytea not null default '\ x':: bytea
pg_dump - signature bytea default '\\x'::bytea not null

Best regards
Vladimir Kokovic, DP senior, Belgrade, Serbia

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2010-10-17 01:08:23 Re: BUG #5712: pg_dump for one table specified schema
Previous Message Craig Ringer 2010-10-16 14:47:24 Re: problem with glibc strerror messages translation