573
573
determined at compile time.
574
574
Since the database server uses the same default, you will not have
575
575
to specify the port in most cases. The default user name is your
576
- Unix user name, as is the default database name. Note that you cannot
576
+ operating-system user name, as is the default database name.
577
+ Note that you cannot
577
578
just connect to any database under any user name. Your database
578
579
administrator should have informed you about your access rights.
579
580
</para>
@@ -1567,14 +1568,14 @@ Tue Oct 26 21:40:57 CEST 1999
1567
1568
1568
1569
1569
1570
<varlistentry>
1570
- <term><literal>\g</literal> [ { <replaceable class="parameter">filename</replaceable> | <literal>|< /literal><replaceable class="parameter">command</replaceable> } ] </term>
1571
-
1571
+ <term><literal>\g [ <replaceable class="parameter">filename</replaceable> ]< /literal></term>
1572
+ <term><literal>\g [ |<replaceable class="parameter">command</replaceable> ]</literal></term>
1572
1573
<listitem>
1573
1574
<para>
1574
- Sends the current query input buffer to the server and
1575
+ Sends the current query input buffer to the server, and
1575
1576
optionally stores the query's output in <replaceable
1576
1577
class="parameter">filename</replaceable> or pipes the output
1577
- into a separate Unix shell executing <replaceable
1578
+ to the shell command <replaceable
1578
1579
class="parameter">command</replaceable>. A bare
1579
1580
<literal>\g</literal> is virtually equivalent to a semicolon. A
1580
1581
<literal>\g</literal> with argument is a <quote>one-shot</quote>
@@ -1608,7 +1609,7 @@ Tue Oct 26 21:40:57 CEST 1999
1608
1609
1609
1610
1610
1611
<varlistentry>
1611
- <term><literal>\H</literal></term>
1612
+ <term><literal>\H</literal> or <literal>\html</literal> </term>
1612
1613
<listitem>
1613
1614
<para>
1614
1615
Turns on <acronym>HTML</acronym> query output format. If the
@@ -1622,7 +1623,7 @@ Tue Oct 26 21:40:57 CEST 1999
1622
1623
1623
1624
1624
1625
<varlistentry>
1625
- <term><literal>\i < replaceable class="parameter">filename</replaceable></literal ></term>
1626
+ <term><literal>\i</literal> or <literal>\include</literal> < replaceable class="parameter">filename</replaceable></term>
1626
1627
<listitem>
1627
1628
<para>
1628
1629
Reads input from the file <replaceable
@@ -1741,15 +1742,15 @@ lo_import 152801
1741
1742
1742
1743
1743
1744
<varlistentry>
1744
- <term><literal>\o</literal> [ { <replaceable class="parameter">filename</replaceable> | <literal>|< /literal><replaceable class="parameter">command</replaceable>} ] </term>
1745
-
1745
+ <term><literal>\o</literal> or <literal>\out [ <replaceable class="parameter">filename</replaceable> ]< /literal></term>
1746
+ <term><literal>\o</literal> or <literal>\out [ |<replaceable class="parameter">command</replaceable> ]</literal></term>
1746
1747
<listitem>
1747
1748
<para>
1748
- Saves future query results to the file <replaceable
1749
- class="parameter">filename</replaceable> or pipes future results
1750
- into a separate Unix shell to execute <replaceable
1751
- class="parameter">command</replaceable>. If no arguments are
1752
- specified, the query output will be reset to the standard output.
1749
+ Arranges to save future query results to the file <replaceable
1750
+ class="parameter">filename</replaceable> or pipe future results
1751
+ to the shell command <replaceable
1752
+ class="parameter">command</replaceable>. If no argument is
1753
+ specified, the query output is reset to the standard output.
1753
1754
</para>
1754
1755
1755
1756
<para><quote>Query results</quote> includes all tables, command
@@ -1770,7 +1771,7 @@ lo_import 152801
1770
1771
1771
1772
1772
1773
<varlistentry>
1773
- <term><literal>\p</literal></term>
1774
+ <term><literal>\p</literal> or <literal>\print</literal> </term>
1774
1775
<listitem>
1775
1776
<para>
1776
1777
Print the current query buffer to the standard output.
@@ -2161,7 +2162,7 @@ lo_import 152801
2161
2162
2162
2163
2163
2164
<varlistentry>
2164
- <term><literal>\r</literal></term>
2165
+ <term><literal>\r</literal> or <literal>\reset</literal> </term>
2165
2166
<listitem>
2166
2167
<para>
2167
2168
Resets (clears) the query buffer.
@@ -2288,12 +2289,12 @@ lo_import 152801
2288
2289
2289
2290
2290
2291
<varlistentry>
2291
- <term><literal>\w</literal> <replaceable class="parameter">filename</replaceable></term>
2292
- <term><literal>\w</literal> <literal>|</><replaceable class="parameter">command</replaceable></term>
2292
+ <term><literal>\w</literal> or <literal>\write</literal> <replaceable class="parameter">filename</replaceable></term>
2293
+ <term><literal>\w</literal> or <literal>\write</literal> <literal>|</><replaceable class="parameter">command</replaceable></term>
2293
2294
<listitem>
2294
2295
<para>
2295
2296
Outputs the current query buffer to the file <replaceable
2296
- class="parameter">filename</replaceable> or pipes it to the Unix
2297
+ class="parameter">filename</replaceable> or pipes it to the shell
2297
2298
command <replaceable class="parameter">command</replaceable>.
2298
2299
</para>
2299
2300
</listitem>
@@ -2334,7 +2335,7 @@ lo_import 152801
2334
2335
<term><literal>\! [ <replaceable class="parameter">command</replaceable> ]</literal></term>
2335
2336
<listitem>
2336
2337
<para>
2337
- Escapes to a separate Unix shell or executes the Unix command
2338
+ Escapes to a separate shell or executes the shell command
2338
2339
<replaceable class="parameter">command</replaceable>. The
2339
2340
arguments are not further interpreted; the shell will see them
2340
2341
as-is.
0 commit comments