Re: [BUGS] BUG #8335: trim() un-document behaviour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #8335: trim() un-document behaviour
Дата
Msg-id 21732.1376330108@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #8335: trim() un-document behaviour  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [BUGS] BUG #8335: trim() un-document behaviour
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Based on my research, I am now proposing a new, attached patch which
> eliminates comma in all places in TRIM,

This will break even more stuff than the last patch, ie, every single
stored rule or view that contains a TRIM function.  You can *not*
eliminate, or mess with, the expr_list production, because that's what
dumping of these function calls relies on.

It's easily a dozen years too late to change this, Bruce.  Please just
think about documenting the underlying functions, if you feel a need
to do anything here.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_basebackup vs. Windows and tablespaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: killing pg_dump leaves backend process