Peter Futaro wrote:
I need to make a documentation for my database. The documentation I want is almost exactly like the result of "\d" command. I want to make the report using a database manager application, and it requires me to make my own report by typing the SQL command in it. Can you please provide me the command behind "\d" or perhaps tell me what attributes do you use to build that "\d" report ?
The trick is to start psql with the "-E" option. -- BMT