Comment on database

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Comment on database
Дата
Msg-id 1019429106.8075.19.camel@knight.zort.ca
обсуждение исходный текст
Ответы Re: Comment on database  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Comment on database  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Restrict comment to the current database in order to prevent them from
mysteriously disappearing.

ie.  \d+ will only ever show the comment for the current database --
which is appropriate since it can only pull comments from the current
database.

Won't break pgadmin functionality as it enforces this behaviour already.


I didn't find any regression tests for COMMENT.

Вложения

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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: [HACKERS] WITH DELIMITERS in COPY
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: patch for ResultSet.java