Re: new format for describe (repost #2)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: new format for describe (repost #2)
Дата
Msg-id 19739.1046745361@sss.pgh.pa.us
обсуждение исходный текст
Ответ на new format for describe (repost #2)  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-patches
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I have done up a new way of dumping table data:

I don't care for the forced double quotes.  Maybe if you double-quote
only identifiers that need it?

Upper-casing the keywords seems like a visual improvement.

I'm ambivalent about forcing the titles ("Indexes:" et al) onto their
own lines.  It's more readable, maybe, but it makes the display take up
more vertical space.  Having to scroll back negates any readability
improvement IMHO...

> Rules:
>     "test_rule" AS ON INSERT TO users_users DO INSTEAD NOTHING;,
>     "test_rule2" AS ON INSERT TO users_users DO INSTEAD NOTHING;

The semicolon-comma bit is weird-looking, and confusing.  Maybe we
should lose the commas altogether.

            regards, tom lane

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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: new format for describe (repost #2)
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: new format for describe (repost #2)