Re: Table definition
От | Bruno Prévost |
---|---|
Тема | Re: Table definition |
Дата | |
Msg-id | 044a01c4cbfc$330306d0$5d00a8c0@BRUNO2500 обсуждение исходный текст |
Ответ на | Table definition (Bruno Prévost <bp@interaction.ws>) |
Список | 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 по дате отправления: