mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Amend formatting in usage documentation
One output in `Manipulate hypothetical indexes` section was not indented properly.
This commit is contained in:
parent
edd5211d39
commit
4fc6a7eadf
1 changed files with 4 additions and 4 deletions
|
|
@ -193,10 +193,10 @@ Some other convenience functions and views are available:
|
|||
.. code-block:: psql
|
||||
|
||||
SELECT * FROM hypopg() ;
|
||||
indexname | indexrelid | indrelid | innatts | indisunique | indkey | indcollation | indclass | indoption | indexprs | indpred | amid
|
||||
----------------------+------------+----------+---------+-------------+--------+--------------+----------+-----------+----------+---------+------
|
||||
<18284>btree_hypo_id | 13543 | 18122 | 1 | f | 1 | 0 | 1978 | <NULL> | <NULL> | <NULL> | 403
|
||||
(1 row)
|
||||
indexname | indexrelid | indrelid | innatts | indisunique | indkey | indcollation | indclass | indoption | indexprs | indpred | amid
|
||||
----------------------+------------+----------+---------+-------------+--------+--------------+----------+-----------+----------+---------+------
|
||||
<18284>btree_hypo_id | 13543 | 18122 | 1 | f | 1 | 0 | 1978 | <NULL> | <NULL> | <NULL> | 403
|
||||
(1 row)
|
||||
|
||||
- **hypopg_get_indexdef(oid)**: function that lists the CREATE INDEX statement
|
||||
that would recreate a stored hypothetical index
|
||||
|
|
|
|||
Loading…
Reference in a new issue