Re: [GENERAL] describe command for

2012-06-08 Thread René Romero Benavides
Am 08.06.2012 14:50, schrieb Bartosz Dmytrak: 2012/6/8 Little, Douglas > Is there a postgres sql command/function that will display an object ddl? Hi, try some from this list: http://www.postgresql.org/docs/9.1/static/functions-info.html#FUNCTIONS-I

Re: [GENERAL] describe command for

2012-06-08 Thread Bartosz Dmytrak
2012/6/8 Little, Douglas > Is there a postgres sql command/function that will display an object ddl?* > *** > > > Hi, try some from this list: http://www.postgresql.org/docs/9.1/static/functions-info.html#FUNCTIONS-INFO-CATALOG-TABLE reagrds, Bartek

Re: [GENERAL] describe command for

2012-06-08 Thread René Romero Benavides
Am 08.06.2012 14:31, schrieb Little, Douglas: Is there a postgres sql command/function that will display an object ddl?   I know of the psql metacharacters, but don’t know how I’d submit from a non-psql c

[GENERAL] describe command for

2012-06-08 Thread Little, Douglas
Is there a postgres sql command/function that will display an object ddl? I know of the psql metacharacters, but don't know how I'd submit from a non-psql client like sqldbx. I see that pgadmin generates a query and then formats into a ddl statement, but this seems like a lot of work for someth