Re: Reverse-engineering table creation statements

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Reverse-engineering table creation statements
Date: 2009-09-14 15:27:53
Message-ID: bddc86150909140827w68668679wa20ad73b8ee808b6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Erk... I forgot to mention I don't wish to use command-line tools either. I
would like to submit something as a query in PHP and get back a result with
the creation script in. This is to modify some existing code which is
currently only supporting MySQL.

Thom

2009/9/14 Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>

> pg_dump --schema-only --schema=SCHEMA --table=TABLE
>
> produces creation script.
>
> Chris
>
> http://www.postgresql.org/docs/8.0/interactive/backup.html
>
> ------------------------------
> From: thombrown(at)gmail(dot)com
> Date: Mon, 14 Sep 2009 16:15:23 +0100
> Subject: [GENERAL] Reverse-engineering table creation statements
> To: pgsql-general(at)postgresql(dot)org
>
> Is there a simple way of generating a creation statement for a table
> without using psql or pgAdmin. Basically I'd like to create what pgAdmin
> III shows in the SQL pane when you click on a table. MySQL appears to have
> an equivalent which is SHOW CREATE table [tablename].
>
> Thanks
>
> Thom
>
> ------------------------------
> Less clicking: Hotmail access on the new MSN homepage.<http://go.microsoft.com/?linkid=9677398>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2009-09-14 15:30:27 Re: Postgresql Hardware
Previous Message Chris Barnes 2009-09-14 15:24:42 Re: Reverse-engineering table creation statements