Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit545828a

Browse files
committed
Documentation adjustments.
Vladimir Chukharev
1 parent30f540b commit545828a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/queries.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/queries.sgml,v 1.33 2005/01/22 22:56:36 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/queries.sgml,v 1.34 2005/05/08 03:08:05 momjian Exp $ -->
22

33
<chapter id="queries">
44
<title>Queries</title>
@@ -34,7 +34,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
3434
</para>
3535

3636
<para>
37-
The simplest kind of query has the form
37+
A simple kind of query has the form
3838
<programlisting>
3939
SELECT * FROM table1;
4040
</programlisting>

‎doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.86 2005/04/28 21:47:10 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.87 2005/05/08 03:08:05 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -47,7 +47,7 @@ where <replaceable class="parameter">from_item</replaceable> can be one of:
4747
<title>Description</title>
4848

4949
<para>
50-
<command>SELECT</command> retrieves rows fromone or more tables.
50+
<command>SELECT</command> retrieves rows fromzero or more tables.
5151
The general processing of <command>SELECT</command> is as follows:
5252

5353
<orderedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp