Re: [GENERAL] how to print a schema

2007-08-29 Thread Rodrigo De León
On 8/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Does anybody know how to print a schema in PostgreSQL? I know you can > look at one table at at time, but is there a way to print all columns > and rows at once? 1. pg_dump / pg_dumpall http://www.postgresql.org/docs/8.2/static/backup-d

[GENERAL] how to print a schema

2007-08-29 Thread mrodriguez
Does anybody know how to print a schema in PostgreSQL? I know you can look at one table at at time, but is there a way to print all columns and rows at once? thanks. ---(end of broadcast)--- TIP 6: explain analyze is your friend