Hi,

While updating the translation to the latest minor releases, I found this
in xindex.sgml:

   <table tocentry="1" id="xindex-brin-support-table">
    <title>GIN Support Functions</title>

Shouldn't this be "BRIN Support Functions"?

Patch attached (for 9.5 and master).

Regards.


-- 
Guillaume.
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com
diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml
index e6ceb16..9e412ed 100644
--- a/doc/src/sgml/xindex.sgml
+++ b/doc/src/sgml/xindex.sgml
@@ -652,7 +652,7 @@
   </para>
 
    <table tocentry="1" id="xindex-brin-support-table">
-    <title>GIN Support Functions</title>
+    <title>BRIN Support Functions</title>
     <tgroup cols="3">
      <thead>
       <row>
-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to