Re: Data types

From: James Cradock <jcradock(at)me3(dot)com>
To: "Jonel Rienton" <jonel(at)rientongroup(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Data types
Date: 2005-12-30 19:05:22
Message-ID: 5AA41546-3A8F-49B1-9BDF-429F176D8CB5@me3.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try pg_type. typname should give you what you're looking for.

On Dec 30, 2005, at 1:57 PM, Jonel Rienton wrote:

> Hi guys,
>
> Does Postgres store all the possible column datatypes somewhere in its
> system tables? Like int8, int4, character varying, etc. I'm trying
> to write
> another GUI client that can list all the database objects in Postgres.
> Thanks.
>
> Regards,
>
> Jonel
>
> --
> I know not english well, but I know 9 computer languages.
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.14.9/217 - Release Date:
> 12/30/2005
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

  • Data types at 2005-12-30 18:57:57 from Jonel Rienton

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-12-30 19:06:30 Re: Data types
Previous Message Jonel Rienton 2005-12-30 18:57:57 Data types