Re: [COMMITTERS] pgsql: Use double quotes for quoting xml attributes.

2007-11-25 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Peter Eisentraut wrote: >> Use double quotes for quoting xml attributes. > Why? Just for consistency? Single quotes are perfectly legal. Sure, but double quotes are nicer within data inside a SQL database. They won't have to be doubled during COPY outp

Re: [COMMITTERS] pgsql: Use double quotes for quoting xml attributes.

2007-11-25 Thread Andrew Dunstan
Peter Eisentraut wrote: Log Message: --- Use double quotes for quoting xml attributes. Why? Just for consistency? Single quotes are perfectly legal. cheers andrew ---(end of broadcast)--- TIP 4: Have you searched our list archive

[COMMITTERS] pgsql: Use double quotes for quoting xml attributes.

2007-11-25 Thread Peter Eisentraut
Log Message: --- Use double quotes for quoting xml attributes. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.59&r2=1.60) ---