Commit 4b3a2d85 authored by Peter Eisentraut's avatar Peter Eisentraut

Use correct function name in example

parent 6c0dd447
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.221 2004/10/26 22:16:11 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.222 2004/11/08 15:57:05 petere Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -5944,7 +5944,7 @@ SELECT TIMESTAMP 'now'; ...@@ -5944,7 +5944,7 @@ SELECT TIMESTAMP 'now';
<entry><literal><function>pclose</function>(<type>path</>)</literal></entry> <entry><literal><function>pclose</function>(<type>path</>)</literal></entry>
<entry><type>path</type></entry> <entry><type>path</type></entry>
<entry>convert path to closed</entry> <entry>convert path to closed</entry>
<entry><literal>popen(path '[(0,0),(1,1),(2,0)]')</literal></entry> <entry><literal>pclose(path '[(0,0),(1,1),(2,0)]')</literal></entry>
</row> </row>
<![IGNORE[ <![IGNORE[
<!-- Not defined by this name. Implements the intersection operator '#' --> <!-- Not defined by this name. Implements the intersection operator '#' -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment