]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Clarify what index to skip 9240/head
authorNick Douma <n.douma@nekoconeko.nl>
Thu, 18 Jun 2020 11:52:13 +0000 (13:52 +0200)
committerNick Douma <n.douma@nekoconeko.nl>
Thu, 18 Jun 2020 11:52:13 +0000 (13:52 +0200)
docs/backends/generic-postgresql.rst

index 15e0b76b94cafdc4f8bdf20ce15e4f8827377082..96cb1723adb5a99bb74ed4ac8a9bb35dd9fb49a2 100644 (file)
@@ -152,7 +152,11 @@ Given the normal pgsql schema, change the following:
   );
 
 
-3. Do not add the recordorder INDEX to the records table, the text_pattern_ops operator class is not supported.
+3. Do **not** add the following index to the records table, the text_pattern_ops operator class is not supported:
+
+.. code-block:: SQL
+
+  CREATE INDEX recordorder ON records (domain_id, ordername text_pattern_ops);
 
 
 Configuration changes