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 is tableplus?
What is pg server?
How do I delete a table in postgresql?
What is pgadmin 4 written in?
What does psql command do?
How do I import a csv file into postgres?
What is a user view?
What is the default database in postgresql?
How do I download postgresql on windows?
Does drop table remove indexes?
How do I connect to an rds postgres database?
How to create table in particular schema in postgresql?
How do I create a database in pgadmin 4?
What is the command or the option available in postgresql that can be used to retrieve the next SERIAL value from the sequence object?
What does mvcc mean?