Re: [GENERAL] How do i give comment for each Field

2001-07-16 Thread Tom Lane
Radha <[EMAIL PROTECTED]> writes: > I see something like 'Description' when i want to see the list of > tables/fields in the table using '\d'. Have anyone used this > 'Description'? See http://www.ca.postgresql.org/users-lounge/docs/7.1/postgres/sql-comment.html regards,

Re: [GENERAL] How do i give comment for each Field

2001-07-16 Thread Thalis A. Kalfigopoulos
On Mon, 16 Jul 2001, Radha wrote: > > > Hi, > > I need to store some comments/definition for every field in a > table. Is there a way to give comment for the columns while creating the > table itself or after that? > > I see something like 'Description' when i want to see the list of > t