[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
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
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
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)