Re: Getting list of supported types in Postgres - Mailing list pgsql-general

From Michael Paquier
Subject Re: Getting list of supported types in Postgres
Date
Msg-id CAB7nPqSXc=+Cbedbsa_ka2mTCrY3UubhGOfazHrzXaV140X=GA@mail.gmail.com
Whole thread Raw
In response to Re: Getting list of supported types in Postgres  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Getting list of supported types in Postgres  (Ivan Radovanovic <radovanovic@gmail.com>)
List pgsql-general
On Thu, Aug 15, 2013 at 6:00 AM, Bruce Momjian <bruce@momjian.us> wrote:
> Try psql -E, and run the \dT command to see the query it uses.
You have also the following commands:
- ¥dT+, all types with addition information like its size ('var' is
for example variable length)
- ¥dTS+, this includes also the catalog types

Regards,
--
Michael


pgsql-general by date:

Previous
From: Jayadevan M
Date:
Subject: Re: Debugging Postgres?
Next
From: John R Pierce
Date:
Subject: Re: Getting list of supported types in Postgres