Re: Table definition - Mailing list pgsql-sql

From Bruno Prévost
Subject Re: Table definition
Date
Msg-id 044a01c4cbfc$330306d0$5d00a8c0@BRUNO2500
Whole thread Raw
In response to Table definition  (Bruno Prévost <bp@interaction.ws>)
List pgsql-sql
It could help me, but pg_dump give all foreigns key and index creation.
I'm not sure if it's not better to write a custom function in plpgsql.
Bruno

----- Original Message ----- 
From: "Peter Eisentraut" <peter_e@gmx.net>
To: "Bruno Prévost" <bp@interaction.ws>
Cc: <pgsql-sql@postgresql.org>
Sent: Tuesday, November 16, 2004 11:13 AM
Subject: Re: [SQL] Table definition


> Am Dienstag, 16. November 2004 16:40 schrieb Bruno Prévost:
>> I need to use it in sql.
>
> There is no direct way to do this in SQL, but I can offer you the 
> following
> alternative:
>
> CREATE FUNCTION get_table_definition(text) RETURNS text AS '
> #!/bin/sh
> pg_dump -t $1
> ' LANGUAGE plsh;
>
> :)
>
> -- 
> Peter Eisentraut
> http://developer.postgresql.org/~petere/
> 



pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Table definition
Next
From: Pierre-Frédéric Caillaud
Date:
Subject: Re: tree structure photo gallery date quiery