Re: v7.4b2 : How can I use COMMENT ON for Large Objects ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: v7.4b2 : How can I use COMMENT ON for Large Objects ?
Date: 2003-09-07 15:34:58
Message-ID: 10763.1062948898@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)nl> writes:
> I noticed that the result of '\dl' in psql shows a second column
> 'Description'. I'd like to use that, but does anybody know how?

This is a psql artifact, not a feature supported by the backend.
If you want to do likewise, emulate the code in src/bin/psql/large_obj.c.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-09-07 17:50:45 Re: tsearch2 and unexpected exists (Function defn)
Previous Message Frank van Vugt 2003-09-07 14:58:28 v7.4b2 : How can I use COMMENT ON for Large Objects ?