On Wed, Jul 17, 2013 at 5:29 PM, Carla Goncalves wrote:
> Hi
> I would like to list the definition of all user tables by only one command.
> Is there a way to *not* show pg_catalog tables when using "\d ." in
> PostgreSQL 9.1.9?
>
What do you mean by "user tables"? The execution of \d without any
Hi Carla,
Il 17/07/2013 17:29, Carla Goncalves ha scritto:
Hi
I would like to list the definition of all user tables by only one
command. Is there a way to *not* show pg_catalog tables when using "\d
." in PostgreSQL 9.1.9?
The simpler way similar to a "\d ." I know is a query like this
(su
On Wed, Jul 17, 2013 at 9:29 AM, Carla Goncalves wrote:
> Hi
> I would like to list the definition of all user tables by only one
> command. Is there a way to *not* show pg_catalog tables when using "\d ."
> in PostgreSQL 9.1.9?
>
> Thanks.
>
I didn't see a way to do that with \ commands, but fou