I did that and it works great.  I would like \dd tablename to show the table
comment and its column comments. 

        -----Original Message-----
        From:   Bruce Momjian [SMTP:[EMAIL PROTECTED]]
        Sent:   Friday, March 12, 1999 7:43 AM
        To:     Michael Davis
        Cc:     [EMAIL PROTECTED]
        Subject:        Re: [GENERAL] Comments on columns?

        > Are there any plans to have psql support comments on columns?  For
example,
        > I would like to be able to add a comment on a column of a table
and have \dd
        > display the table comment in addition to any/all column comments.


        Find the oid of the column in pg_attribute, and insert into
pg_description.

        -- 
          Bruce Momjian                        |  http://www.op.net/~candle
          [EMAIL PROTECTED]            |  (610) 853-3000
          +  If your life is a hard drive,     |  830 Blythe Avenue
          +  Christ can be your backup.        |  Drexel Hill, Pennsylvania
19026

Reply via email to