Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: how do I get table DDL from psql (not from pg_dump)


  • From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
  • To: pgsql-admin(at)postgresql(dot)org
  • Subject: Re: how do I get table DDL from psql (not from pg_dump)
  • Date: Wed, 27 Feb 2008 10:50:08 -0500
  • Message-id: <20080227155008.GA7920@crankycanuck.ca> <text/plain>

On Wed, Feb 27, 2008 at 05:21:08AM -0600, Sofer, Yuval wrote:
> I need to extract table DDL (create script) from database connection
> (using sql, by retrieving system table info or by activating some pg
> function)

pg_dump -s does this.  See the manual for more details on the switches.

A




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group