Brendan Jurd wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, Apr 18, 2008 at 2:37 AM, Tom Lane  wrote:
 The function names in the patch need schema-qualification in case
 pg_catalog is not first in the search path.


Ah, yes.  I should have seen that.  Thanks Tom.

New version attached with schema-qualification.

Wouldn't this expression:


        pg_catalog.array_to_string(c.relacl, chr(10))


be better expressed as

        
        pg_catalog.array_to_string(c.relacl, E'\n')

?

Quoted inside a C literal, the backslash would have to be doubled, of course.

cheers

andrew




--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply via email to