mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Remove useless whitespace at end of lines
This commit is contained in:
@@ -215,10 +215,10 @@ CREATE OPERATOR <replaceable>name</replaceable> (
|
||||
arguments, use the <literal>OPERATOR()</> syntax, for example:
|
||||
<programlisting>
|
||||
COMMUTATOR = OPERATOR(myschema.===) ,
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Notes</title>
|
||||
|
||||
@@ -248,7 +248,7 @@ COMMUTATOR = OPERATOR(myschema.===) ,
|
||||
database.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Examples</title>
|
||||
|
||||
@@ -266,10 +266,10 @@ CREATE OPERATOR === (
|
||||
JOIN = area_join_procedure,
|
||||
HASHES, MERGES
|
||||
);
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Compatibility</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user