Skip to content

Commit 4b3a2d8

Browse files
committed
Use correct function name in example
1 parent 6c0dd44 commit 4b3a2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.221 2004/10/26 22:16:11 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.222 2004/11/08 15:57:05 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -5944,7 +5944,7 @@ SELECT TIMESTAMP 'now';
59445944
<entry><literal><function>pclose</function>(<type>path</>)</literal></entry>
59455945
<entry><type>path</type></entry>
59465946
<entry>convert path to closed</entry>
5947-
<entry><literal>popen(path '[(0,0),(1,1),(2,0)]')</literal></entry>
5947+
<entry><literal>pclose(path '[(0,0),(1,1),(2,0)]')</literal></entry>
59485948
</row>
59495949
<![IGNORE[
59505950
<!-- Not defined by this name. Implements the intersection operator '#' -->

0 commit comments

Comments
 (0)