Re: Reverse-engineering table creation statements

From: Ries van Twisk <pg(at)rvt(dot)dds(dot)nl>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>, Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Reverse-engineering table creation statements
Date: 2009-09-14 15:56:41
Message-ID: D6A27EF0-D3EF-42FD-97E0-4E8711AB46AC@rvt.dds.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Sep 14, 2009, at 10:27 AM, Thom Brown wrote:

> 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.

then call pg_dump from PHP??

or be more specific what you really need...

Ries

>
> 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.
>

regards, Ries van Twisk

-------------------------------------------------------------------------------------------------
tags: Freelance TYPO3 Glassfish JasperReports JasperETL Flex Blaze-DS
WebORB PostgreSQL DB-Architect
email: ries(at)vantwisk(dot)nl web: http://www.rvantwisk.nl/
skype: callto://r.vantwisk
Phone: +1-810-476-4196 Cell: +593 9901 7694 SIP:
+1-747-690-5133

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-09-14 15:59:21 Re: Checkpoint request failed, permission denied
Previous Message Sam Mason 2009-09-14 15:54:44 Re: postgresql.key secure storage