Re: quoting bug?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Patrick Welche <prlw1@newn.cam.ac.uk>
Cc: pgsql-hackers@postgresql.org
Date: 2008-02-09T17:29:10Z
Lists: pgsql-hackers
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> I am surprised to see

> NOTICE:  (1,two,"Sat 09 Feb 16:47:44.514503 2008")

This is the expected formatting for a composite type.  Read
http://www.postgresql.org/docs/8.3/static/rowtypes.html#AEN6266

			regards, tom lane