mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Merge documentation into one book. (Build with "make html".) Replace
vague cross-references with real links.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.33 2003/01/19 00:13:29 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.34 2003/03/25 16:15:39 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -436,9 +436,8 @@ MYBOXES.description === box '((0,0), (1,1))'
|
||||
Notes
|
||||
</title>
|
||||
<para>
|
||||
Refer to the chapter on operators in the &cite-user;
|
||||
for further information.
|
||||
Refer to <command>DROP OPERATOR</command> to delete
|
||||
Refer to <xref linkend="xoper"> for further information.
|
||||
Use <command>DROP OPERATOR</command> to delete
|
||||
user-defined operators from a database.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user