1
0
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:
Peter Eisentraut
2010-11-23 22:27:50 +02:00
parent 44475e782f
commit fc946c39ae
517 changed files with 3463 additions and 3508 deletions

View File

@@ -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>