Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > Euler Taveira de Oliveira wrote:
> > > Peter Eisentraut wrote:
> > > > Having a space before /> appears to be common practice, including in
> > > > the examples in the SQL/XML spec.
> > >
> > > Agreed. Feel free to add whitespace before every /> of
The following bug has been logged online:
Bug reference: 3773
Logged by: guillaume 'ioguix' de Rorthais
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3 beta3
Operating system: macosx 10.4.10
Description:psql segfault on exit
Details:
I just maked/make insta
"guillaume 'ioguix' de Rorthais" <[EMAIL PROTECTED]> writes:
> Operating system: macosx 10.4.10
> Description:psql segfault on exit
If you have any lines longer than 255 bytes in your ~/.psql_history,
this is a known bug in Apple's libedit. (They seem to have fixed it
in Leopard, btw.)
guillaume 'ioguix' de Rorthais wrote:
PostgreSQL version: 8.3 beta3
Operating system: macosx 10.4.10
Description:psql segfault on exit
Details:
I just maked/make installed pg8.3b3 from cvs.
pagila=# \q
psql(26486) malloc: *** error for object 0x1806200: incorrect checksum for
fre
The following bug has been logged online:
Bug reference: 3774
Logged by: guillaume (ioguix) de Rorthais
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3 beta3
Operating system: mac os x 10.4.10
Description:create table like including index doesn't update
pg_co
Tom Lane a écrit :
"guillaume 'ioguix' de Rorthais" <[EMAIL PROTECTED]> writes:
Operating system: macosx 10.4.10
Description:psql segfault on exit
If you have any lines longer than 255 bytes in your ~/.psql_history,
this is a known bug in Apple's libedit. (They seem to have
Heikki Linnakangas <[EMAIL PROTECTED]> writes:
> Since quite a few people seem to bump into this, I wonder if we could
> have configure to test for this?
Probably not worth the trouble, seeing that Apple has finally fixed
the problem in 10.5 --- not tested by me, but a look at their source code
o
Bruce Momjian wrote:
>> Agreed. Feel free to add whitespace before every /> of simple xml elements.
>
> Uh, was this done?
>
Nope. Attached is a patch that does it. I'm attaching another cosmetic
patch that replaces the use of some single quotes with double quotes in
the XML attributes output.
Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes:
> Bruce Momjian wrote:
>>> Agreed. Feel free to add whitespace before every /> of simple xml elements.
>>
>> Uh, was this done?
>>
> Nope. Attached is a patch that does it.
Er ... why exactly is it a good idea to bloat XML output with cosmeti