Is there a site that list all DataType for Postgresql?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Is there a site that list all DataType for Postgresql?

Post by myleow »

Is there a list of available Data Types for Postgresql?

How do you represent URL? Is there a type for it? or do we just use varchar;

What is the type name? is it just varchar?

Regards
Mian
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Re: Is there a site that list all DataType for Postgresql?

Post by feyd »

myleow wrote:Is there a list of available Data Types for Postgresql?
the wonderous google supplies this: [google]+postgre +manual +type[/google]
How do you represent URL? Is there a type for it? or do we just use varchar;
varchar or text are probably the ones to use.
What is the type name? is it just varchar?
read the manual
Post Reply