Re: list all columns in db - Mailing list pgsql-general

From Rodrigo De León
Subject Re: list all columns in db
Date
Msg-id 1181255666.295148.167400@p47g2000hsd.googlegroups.com
Whole thread Raw
In response to list all columns in db  (Jonathan Vanasco <postgres@2xlp.com>)
List pgsql-general
Jonathan Vanasco ha escrito:
> Does anyone have a trick to list all columns in a db ?

SELECT *
FROM INFORMATION_SCHEMA.COLUMNS


pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: index vs. seq scan choice?
Next
From: Tom Lane
Date:
Subject: Re: index vs. seq scan choice?