Re: Allowing for longer table names (>64 characters) - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Allowing for longer table names (>64 characters)
Date
Msg-id 20091120095420.GB20234@a-kretschmer.de
Whole thread Raw
In response to Re: Allowing for longer table names (>64 characters)  (Allan Kamau <kamauallan@gmail.com>)
List 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 by date:

Previous
From: Lorenzo Allegrucci
Date:
Subject: Strange performance degradation
Next
From: "Massa, Harald Armin"
Date:
Subject: using window-functions to get freshest value - how?