Thread: item descriptions in psql

item descriptions in psql

From
"J. Roeleveld"
Date:
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)