aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pgaccess-ref.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/pgaccess-ref.sgml')
-rw-r--r--doc/src/sgml/ref/pgaccess-ref.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/pgaccess-ref.sgml b/doc/src/sgml/ref/pgaccess-ref.sgml
index 7fc553fea70..04a9e116eb8 100644
--- a/doc/src/sgml/ref/pgaccess-ref.sgml
+++ b/doc/src/sgml/ref/pgaccess-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.4 1999/08/06 13:50:30 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.5 2000/10/05 19:48:18 momjian Exp $
Postgres documentation
-->
@@ -80,7 +80,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<itemizedlist mark="bullet" spacing="compact">
<listitem>
<para>
- Opens any database on a specified host at the specified port,
+ Open any database on a specified host at the specified port,
username and password.
</para>
</listitem>
@@ -93,7 +93,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem>
<para>
- Saves preferences in <filename>~/.pgaccessrc</filename> file.
+ Save preferences in <filename>~/.pgaccessrc</filename> file.
</para>
</listitem>
</itemizedlist>
@@ -213,10 +213,10 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem>
<para>
- Execute with optional user input parameters; e.g.
+ Execute with optional user input parameters; e.g.,
<programlisting>
select * from invoices where year=[parameter "Year of selection"]
- </programlisting>
+ </programlisting>.
</para>
</listitem>