Re: Adding column comment to information_schema.columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding column comment to information_schema.columns
Дата
Msg-id 16194.1088823116@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Adding column comment to information_schema.columns  (Jochem van Dieten <jochemd@gmail.com>)
Список pgsql-hackers
Jochem van Dieten <jochemd@gmail.com> writes:
> I didn't write that (or at least, I didn't mean to write that :-). The
> SQL standard tells that they will not use trailing underscores,

Um ... actually that's not what it says:

> "NOTE 77 - It is the intention that no <key word> specified in ISO/IEC
> 9075 or revisions thereto shall end with an <underscore>."

This refers to keywords, NOT to column names which are just identifiers.
It may be that the SQL committee does not intend to standardize any
information_schema column names that end with underscore, but this
particular note certainly doesn't promise that.
        regards, tom lane


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

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: PREPARE and transactions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested Transactions, Abort All