1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Copyedit comments and documentation.

This commit is contained in:
Noah Misch
2016-04-01 21:53:10 -04:00
parent f07d18b6e9
commit 4ad6f13500
17 changed files with 25 additions and 25 deletions

View File

@@ -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 *</> &mdash; 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.