Re: Getting list of supported types in Postgres

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Ivan Radovanovic <radovanovic(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Getting list of supported types in Postgres
Date: 2013-08-15 03:23:31
Message-ID: CAB7nPqSXc=+Cbedbsa_ka2mTCrY3UubhGOfazHrzXaV140X=GA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 15, 2013 at 6:00 AM, Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-08-15 04:39:22 Re: Getting list of supported types in Postgres
Previous Message Jayadevan M 2013-08-15 02:14:20 Re: Debugging Postgres?