item descriptions in psql

From: "J(dot) Roeleveld" <j(dot)roeleveld(at)softhome(dot)net>
To: <pgsql-general(at)postgreSQL(dot)org>
Cc: <j(dot)roeleveld(at)softhome(dot)net>
Subject: item descriptions in psql
Date: 1999-12-21 15:06:14
Message-ID: 004201bf4bc4$f0ace880$8402a8c0@sentec.demon.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I just found a reference to descriptions to functions/tables/...etc.
and am now wondering how to add them myself?

Joost Roeleveld

ps. as an example of what I'm referring to:

mydb=> \dd currval
description
----------------------
sequence current value
(1 row)

mydb=> \dd mytable --- I want to enter a description for this......
description
--------------
no description
(1 row)

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Lo 1999-12-21 15:38:43 Announce: PostgreSQL-6.5.3 binaries available for Windows NT
Previous Message Karl DeBisschop 1999-12-21 13:16:11 Cannot index large table in 6.5.3 on Linux