diff options
Diffstat (limited to 'doc/src/sgml/oper.sgml')
-rw-r--r-- | doc/src/sgml/oper.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/oper.sgml b/doc/src/sgml/oper.sgml index a2452db4114..673adfbc6a3 100644 --- a/doc/src/sgml/oper.sgml +++ b/doc/src/sgml/oper.sgml @@ -12,7 +12,7 @@ <ProductName>Postgres</ProductName> provides a large number of built-in operators on system types. These operators are declared in the system catalog - pg_operator. Every entry in pg_operator includes + <literal>pg_operator</literal>. Every entry in <literal>pg_operator</literal> includes the name of the procedure that implements the operator and the class <Acronym>OIDs</Acronym> of the input and output types. </Para> |