COMMENT ON mega patch

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема COMMENT ON mega patch
Дата
Msg-id 3FBB0E77.3010305@familyhealth.com.au
обсуждение исходный текст
Ответы Re: COMMENT ON mega patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This patch does the following:

1. Comment on 5 new objects:

COMMENT ON CONVERSION my_conv IS 'Conversion to Unicode';
COMMENT ON LANGUAGE plpython IS 'Python support for stored procedures';
COMMENT ON OPERATOR CLASS int4ops USING btree IS '4 byte integer
operators for btrees';
COMMENT ON LARGE OBJECT 346344 IS 'Planning document';
COMMENT ON CAST (text AS int4) IS 'Allow casts from text to int4';

2. Dump conversions with pg_dump

3. Dump comments on conversions, languages, opclasses and casts with pg_dump

4. Upgrade psql's lob interface to use COMMENT ON instead of hacky insert.

5. Make large object comments get automatically removed when the object
is lo_unlink'd, so clients don't need any special code.

6. Documentation updates for (1)

7. Regression tests for commenting on all objects (currently COMMENT ON
  is strangely absent from the regression tests, as this shows:
http://www.alcove.com.au/pgregress/commands/index.html )

Chris


Вложения

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Make pg_dump dump conversions
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Add GUC setting to make created tables default to WITHOUT