Re: Adding column comment to information_schema.columns

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Adding column comment to information_schema.columns
Дата
Msg-id 40E6938F.3000408@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Adding column comment to information_schema.columns  (Jochem van Dieten <jochemd@gmail.com>)
Список pgsql-hackers
> 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,
> therefore *my* conclusion is that it is future proof (from a standards
> perspective) if all PostgreSQL extensions use a trailing underscore.
> Which also gives an indication to the user that it is a PostgreSQL
> extension.

All you need to do is add an oid_ column then you can join the 
info_schema tables to the catalogs however you like.

Chris



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Adding VERSION to startup log output
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: working on support triggers on columns