Re: [GENERAL] Adding notes against fields

2008-04-24 Thread Chris Browne
[EMAIL PROTECTED] (Oliver Helm) writes: > Hello, > > > > I was wondering if if is possible to add a note against a field on a > postgresql table?   > > > > For example when running "\d tablename" i would like to have and additional > column called 'notes' which i could add to by altering the tab

Re: [GENERAL] Adding notes against fields

2008-04-24 Thread Alvaro Herrera
Joshua D. Drake wrote: > On Thu, 24 Apr 2008 19:04:34 +0100 > Richard Huxton <[EMAIL PROTECTED]> wrote: > > > Oliver Helm wrote: > > > Hello, > > > > > > I was wondering if if is possible to add a note against a field on > > > a postgresql table? > > > > You can add comments: COMMENT ON IS 'tex

Re: [GENERAL] Adding notes against fields

2008-04-24 Thread Joshua D. Drake
On Thu, 24 Apr 2008 19:04:34 +0100 Richard Huxton <[EMAIL PROTECTED]> wrote: > Oliver Helm wrote: > > Hello, > > > > I was wondering if if is possible to add a note against a field on > > a postgresql table? > > You can add comments: COMMENT ON IS 'text' - see > manuals for details. > Howeve

Re: [GENERAL] Adding notes against fields

2008-04-24 Thread Richard Huxton
Oliver Helm wrote: Hello, I was wondering if if is possible to add a note against a field on a postgresql table? You can add comments: COMMENT ON IS 'text' - see manuals for details. -- Richard Huxton Archonet Ltd -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org)