Re: Table definition - Mailing list pgsql-sql

From Sam Mason
Subject Re: Table definition
Date
Msg-id 20041116152923.GY25775@sam.samason.me.uk
Whole thread Raw
In response to Table definition  (Bruno Prévost <bp@interaction.ws>)
List pgsql-sql
Bruno Prévost wrote:
>Anybody know how to obtain the table definition in text.

Not quite sure if this is quite what you're after, but would:
 $ pg_dump -st foo

help at all?  It gives out the SQL that you would need to enter to
re-create the table.

 Sam


pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Table definition
Next
From: Bruno Prévost
Date:
Subject: Re: Table definition