Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.postgresql > #435 > unrolled thread

List of data types

Started byivan.sammut@credorax.com
First post2013-02-13 05:10 -0800
Last post2013-02-13 18:54 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.databases.postgresql


Contents

  List of data types ivan.sammut@credorax.com - 2013-02-13 05:10 -0800
    Re: List of data types Harry Tuttle <SOZRBLNTLEEE@spammotel.com> - 2013-02-13 18:54 +0100

#435 — List of data types

Fromivan.sammut@credorax.com
Date2013-02-13 05:10 -0800
SubjectList of data types
Message-ID<2c9aa848-c81c-41c2-97d8-23910b753c3c@googlegroups.com>
Hi

I need to get a list of pgsql data types like the one when you create a new function. I tried to look in the pg_catalog but to no success.

Anyone has any idea?

Thanks
Ivan Sammut

[toc] | [next] | [standalone]


#436

FromHarry Tuttle <SOZRBLNTLEEE@spammotel.com>
Date2013-02-13 18:54 +0100
Message-ID<ao22a6F18ukU1@mid.individual.net>
In reply to#435
ivan.sammut@credorax.com wrote on 13.02.2013 14:10:
> I need to get a list of pgsql data types like the one when you create a new function.
>I tried to look in the pg_catalog but to no success.

What's wrong with pg_type?

http://www.postgresql.org/docs/current/static/catalog-pg-type.html

[toc] | [prev] | [standalone]


Back to top | Article view | comp.databases.postgresql


csiph-web