Re: [GENERAL] Exporting just schema/metadata (w/o data) in Postgres

2005-10-01 Thread Gandalf Me
understand different DBs ahve different types and one need to do the mapping and all, but does such a generic tool exists. Regards.   On 9/30/05, Joshua D. Drake <[EMAIL PROTECTED]> wrote: Gandalf Me wrote:> I was just wondering if we can export just the schema/metadata in> Postgres ( i

[GENERAL] Exporting just schema/metadata (w/o data) in Postgres

2005-09-30 Thread Gandalf Me
I was just wondering if we can export just the schema/metadata in Postgres (i.e. just the table and column information, without the data). Is there an easy way to do this in Postgres? Thanks in advance.