mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Copyedit comments and documentation.
This commit is contained in:
@ -457,7 +457,7 @@ $ENV{CONFIG}="Debug";
|
||||
<para>
|
||||
Running the regression tests on client programs, with
|
||||
<command>vcregress bincheck</>, or on recovery tests, with
|
||||
<command>vcregress recoverycheck</> requires an additional Perl module
|
||||
<command>vcregress recoverycheck</>, requires an additional Perl module
|
||||
to be installed:
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
@ -9689,7 +9689,7 @@ ALTER EXTENSION hstore UPDATE;
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Remove <filename>src/tool/backend</>, now that the content is on
|
||||
Remove <filename>src/tools/backend</>, now that the content is on
|
||||
the <productname>PostgreSQL</> wiki (Bruce Momjian)
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -324,7 +324,7 @@ AS t(article_id integer, author text, page_count integer, title text);
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The calling <command>SELECT</> statement doesn't necessarily have be
|
||||
The calling <command>SELECT</> statement doesn't necessarily have to be
|
||||
just <literal>SELECT *</> — it can reference the output
|
||||
columns by name or join them to other tables. The function produces a
|
||||
virtual table with which you can perform any operation you wish (e.g.
|
||||
|
Reference in New Issue
Block a user