> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Daniel Seichter
> Sent: 21 March 2005 07:48
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] printing table-structure
>
> Good morning,
>
> I am new at the pgadmin-support list. I want to print the tables, but
> can't find a printer-button or something else. Is there a solution for
> printing the table-structure?
There was in pgAdmin I, circa 1998, however no-one ever used it so it
got dropped when pgAdmin II was written. Probably your best bet is to
copy/paste the SQL from the SQL pane into another app and print it from
there. I will look into adding a simple print option for that, but it
won't be the full-blown reporting option we had years ago.
> I thought to develope a solution for
> myself, but can't, because I don't know if pgadmin is developed in
> Delphi ( I am really new pgadmin).
pgAdmin is written in C++ - you are welcome to hack it yourself if you
have an itch - please send any patches to pgadmin-hackers@postgresql.org
Regards, Dave