Re: Allowing for longer table names (>64 characters)

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Allowing for longer table names (>64 characters)
Дата
Msg-id 20091120095420.GB20234@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: Allowing for longer table names (>64 characters)  (Allan Kamau <kamauallan@gmail.com>)
Список pgsql-general
In response to Allan Kamau :
> Thanks Andreas, I too agree it may not be a good idea to have long for
> various reasons including porting/upgrading issues and so on, as I
> have many tables, I seem to have been caught up in describing table
> functionality in the table name :-)

The table-name is the wrong place for comments, use

comment on table foo is 'my comment';

instead.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

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

Предыдущее
От: Lorenzo Allegrucci
Дата:
Сообщение: Strange performance degradation
Следующее
От: "Massa, Harald Armin"
Дата:
Сообщение: using window-functions to get freshest value - how?