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

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Allowing for longer table names (>64 characters)
Date: 2009-11-20 09:54:20
Message-ID: 20091120095420.GB20234@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Massa, Harald Armin 2009-11-20 10:07:37 using window-functions to get freshest value - how?
Previous Message nicola zandonà 2009-11-20 09:48:16 how to use a cursor for update?