|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -5944,7 +5944,7 @@ SELECT TIMESTAMP 'now'; |
5944 | 5944 | <entry><literal><function>pclose</function>(<type>path</>)</literal></entry> |
5945 | 5945 | <entry><type>path</type></entry> |
5946 | 5946 | <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> |
5948 | 5948 | </row> |
5949 | 5949 | <![IGNORE[ |
5950 | 5950 | <!-- Not defined by this name. Implements the intersection operator '#' --> |
|