Marcus Claesson
2002-08-23 14:22:25 UTC
Hello!
This psql command is very straight forward and promising:
COMMENT ON mytable IS 'This is my table.';
But how can I retrieve the particular comment from that table again?
Using \d+ gives you all the tables with their comments. I want a special
one.
And if that is not possible, can the \d+ results be obtained from a
system table or so?
Thanks,
Marcus
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ***@postgresql.org)
This psql command is very straight forward and promising:
COMMENT ON mytable IS 'This is my table.';
But how can I retrieve the particular comment from that table again?
Using \d+ gives you all the tables with their comments. I want a special
one.
And if that is not possible, can the \d+ results be obtained from a
system table or so?
Thanks,
Marcus
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ***@postgresql.org)