Re: [HACKERS] Multiline privileges in \z

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Multiline privileges in \z
Дата
Msg-id 1741.1209862531@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Multiline privileges in \z  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [HACKERS] Multiline privileges in \z  ("Brendan Jurd" <direvus@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Multiline privileges in \z
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Sorting writes during checkpoint