diff options
author | Tom Lane | 2018-02-28 23:54:57 +0000 |
---|---|---|
committer | Tom Lane | 2018-02-28 23:54:57 +0000 |
commit | d3b851e9a3c9f994e78ba9ec4e11e4eae0c72ec7 (patch) | |
tree | 6696cc22c1812dcd2f976e7428c2385ddc5dfcf3 | |
parent | 43e9490866386ba57c5457c6dbeedb04a51c2086 (diff) |
Doc: remove duplicate poly_ops row from SP-GiST opclass table.
Commit ff963b393 added two identical copies of this row.
Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/spgist.sgml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 51bb60c92a..e47f70be89 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -149,24 +149,6 @@ </entry> </row> <row> - <entry><literal>poly_ops</literal></entry> - <entry><type>polygon</type></entry> - <entry> - <literal><<</literal> - <literal>&<</literal> - <literal>&&</literal> - <literal>&></literal> - <literal>>></literal> - <literal>~=</literal> - <literal>@></literal> - <literal><@</literal> - <literal>&<|</literal> - <literal><<|</literal> - <literal>|>></literal> - <literal>|&></literal> - </entry> - </row> - <row> <entry><literal>text_ops</literal></entry> <entry><type>text</type></entry> <entry> |