Answer Posted / madhub
There are built in functions such as B-tree, hash table, and GIST indices can be used or users can define their own indices. PostgreSQL can scan the index backwards. Expression index could be created with the result of an expression. Partial index created with addition of WHERE clause.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dummy table?
What is postgres process?
What is dual table in postgresql?
How to find table creation date in postgresql?
Is foreign key should be unique?
Where is postgresql conf in mac?
What is schema in postgresql?
What does the option psql -l of PostgreSQL display?
Does vacuum full reindex?
How to get the ddl of a table in postgresql?
Is edb postgres free?
Is foreign key an index?
How do I modify a table in postgresql?
What is default postgres port?
What is instance in postgresql?