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
What are spatial functions?
How to get the ddl of a table in postgresql?
What does mvcc mean?
What is postgres process?
How big can a postgres database be?
Does drop table also drop indexes?
How to create temporary table in postgresql?
What is bigint in postgresql?
How do I connect to a postgresql database using sql developer?
What is varchar in postgresql?
What is a table catalog?
What do you mean by catalog?
How do I set up postgresql?
Which command is used to modify the rows?
How do you delete a column?