Re: Make psql use all pretty print options

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Make psql use all pretty print options
Дата
Msg-id 3F80E531.70902@familyhealth.com.au
обсуждение исходный текст
Ответ на Make psql use all pretty print options  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Make psql use all pretty print options  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
This patch hasn't been forgotten about?

Chris

Christopher Kings-Lynne wrote:

> Hi,
>
> This patch finishes off the work that I did with making view
> definitions use pretty printing.
>
> It does:
>
> * Pretty check constraints
> * Pretty index predicates
> * Pretty rule definitions
> * Uppercases PRIMARY KEY and UNIQUE to be consistent with CHECK and
> FOREIGN KEY
> * View rules are improved to match table rules:
>
>         View "public.v"
>   Column  |  Type   | Modifiers
> ----------+---------+-----------
>  ?column? | integer |
> View definition:
>  SELECT 1;
> Rules:
>  r1 AS
>     ON INSERT TO v DO INSTEAD NOTHING
>  r2 AS
>     ON INSERT TO v DO INSTEAD NOTHING
>
> Chris



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Open 7.4 items
Следующее
От: Tom Lane
Дата:
Сообщение: Re: fix log_min_duration_statement logic error