What are the different data types supported by PostgreSQL?
Answer Posted / madhub
There are different data types which are supported they are: -
1) Arbitrary precision numeric's
2) Geometric primitives
3) Arrays
4) XML etc
Users can create their own indexes and make them indexed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do foreign keys speed up queries?
Explain multi version concurrency control.
Is postgres a mpp?
What does information_schema contain?
How do you delete data on pgadmin?
Can primary key be null postgres?
What is postgresql vs mysql?
What is a user view?
How do I enable remote access to postgresql database?
How do I connect to pgadmin?
What is the port number for postgresql?
How do you edit a table in pgadmin?
Do provide an explanation for pgadmin?
Provide an explanation about write ahead logging?
What is primary key in postgresql?