mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Update usage.rst
**hypopg_list_indexes()** should be called with '()', such as 'select * from hypopg_list_indexes();'.
This commit is contained in:
parent
0316eb9911
commit
4e0a6d4b6b
1 changed files with 2 additions and 2 deletions
|
|
@ -176,12 +176,12 @@ Manipulate hypothetical indexes
|
|||
|
||||
Some other convenience functions and views are available:
|
||||
|
||||
- **hypopg_list_indexes**: view that lists all hypothetical indexes that have
|
||||
- **hypopg_list_indexes()**: view that lists all hypothetical indexes that have
|
||||
been created
|
||||
|
||||
.. code-block:: psql
|
||||
|
||||
SELECT * FROM hypopg_list_indexes ;
|
||||
SELECT * FROM hypopg_list_indexes() ;
|
||||
indexrelid | indexname | nspname | relname | amname
|
||||
------------+----------------------+---------+---------+--------
|
||||
18284 | <18284>btree_hypo_id | public | hypo | btree
|
||||
|
|
|
|||
Loading…
Reference in a new issue