Re: [HACKERS] Multiline privileges in \z - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Multiline privileges in \z
Date
Msg-id 1741.1209862531@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Multiline privileges in \z  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [HACKERS] Multiline privileges in \z
List pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> 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')

+1 ... it's minor, but knowing that ASCII LF is 10 is probably not
wired into too many people's brains anymore.  (Besides, some of us
remember it as octal 12, anyway...)

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Multiline privileges in \z
Next
From: Tom Lane
Date:
Subject: Re: Sorting writes during checkpoint