From 4fc6a7eadf972c452a96e66c4ba7e9cab62ae1b9 Mon Sep 17 00:00:00 2001 From: Krzysztof Szularz Date: Fri, 26 Aug 2022 14:49:33 +0200 Subject: [PATCH] Amend formatting in usage documentation One output in `Manipulate hypothetical indexes` section was not indented properly. --- docs/usage.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index c6e5c28..231c6d6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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 | | | | 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 | | | | 403 + (1 row) - **hypopg_get_indexdef(oid)**: function that lists the CREATE INDEX statement that would recreate a stored hypothetical index