Re: [GENERAL] Comments on tables, functions, etc.
Michael Davis ha scritto: How can I add a comment to a table, function, etc. that will should up in a /dd comment in psql? pg_description has two fields... joe=> \d pg_description Table = pg_description +--+--+---+ |
Re: [GENERAL] Comments on tables, functions, etc.
Michael - I was just wondering this myself! I even dug into the source code, to see if I could find how the comments get in there. Couldn't find any existing SQL or psql command syntax, so I'm doing this: template1=> \d pg_description Table= pg_description +-