Make psql use all pretty print options

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Make psql use all pretty print options
Дата
Msg-id 20030929122134.G37431-200000@houston.familyhealth.com.au
обсуждение исходный текст
Ответы Re: Make psql use all pretty print options
Список pgsql-patches
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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: tsearch2 memory alloc checks
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fw: New translation