Page 1 of 1

Is there a site that list all DataType for Postgresql?

Posted: Tue Sep 21, 2004 4:37 pm
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

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

Posted: Tue Sep 21, 2004 4:42 pm
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