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 for
  Advanced Search

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



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)


This command should output the SQL you need...

echo '\d tablename' | psql -E





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group