Re: Question

From: Bricklen Anderson <BAnderson(at)PresiNET(dot)com>
To: Peter Futaro <lembu_boy(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question
Date: 2005-11-29 16:05:01
Message-ID: 438C7C2D.2000508@PresiNET.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Futaro wrote:
> Dear PSQL,
>
> 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 ?
>
> Thank you,
> Peter Futaro
>
Start psql with -E to see the internal commands.

psql --help for more details

--
_______________________________

This e-mail may be privileged and/or confidential, and the sender does
not waive any related rights and obligations. Any distribution, use or
copying of this e-mail or the information it contains by other than an
intended recipient is unauthorized. If you received this e-mail in
error, please advise me (by return e-mail or otherwise) immediately.
_______________________________

In response to

  • Question at 2005-11-29 09:25:37 from Peter Futaro

Browse pgsql-general by date

  From Date Subject
Next Message Berend Tober 2005-11-29 16:05:52 Re: Question
Previous Message Bruce Momjian 2005-11-29 16:04:52 Re: Question