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
Is there a site that list all DataType for Postgresql?
Moderator: General Moderators
- 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?
the wonderous google supplies this: [google]+postgre +manual +type[/google]myleow wrote:Is there a list of available Data Types for Postgresql?
varchar or text are probably the ones to use.How do you represent URL? Is there a type for it? or do we just use varchar;
read the manualWhat is the type name? is it just varchar?