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>
@@ -1459,14 +1460,14 @@ Tue Oct 26 21:40:57 CEST 1999
1459
1460
1460
1461
1461
1462
<varlistentry>
1462
- <term><literal>\g</literal> [{ <replaceable class="parameter">filename</replaceable>| <literal>|< /literal><replaceable class="parameter">command</replaceable> } ] </term>
1463
-
1463
+ <term><literal>\g [ <replaceable class="parameter">filename</replaceable>]< /literal></term>
1464
+ <term><literal>\g [ |<replaceable class="parameter">command</replaceable> ]</literal></term>
1464
1465
<listitem>
1465
1466
<para>
1466
- Sends the current query input buffer to the server and
1467
+ Sends the current query input buffer to the server, and
1467
1468
optionally stores the query's output in <replaceable
1468
1469
class="parameter">filename</replaceable> or pipes the output
1469
- into a separate Unix shellexecuting <replaceable
1470
+ to the shellcommand <replaceable
1470
1471
class="parameter">command</replaceable>. A bare
1471
1472
<literal>\g</literal> is virtually equivalent to a semicolon. A
1472
1473
<literal>\g</literal> with argument is a <quote>one-shot</quote>
@@ -1500,7 +1501,7 @@ Tue Oct 26 21:40:57 CEST 1999
1500
1501
1501
1502
1502
1503
<varlistentry>
1503
- <term><literal>\H</literal></term>
1504
+ <term><literal>\H</literal> or <literal>\html</literal> </term>
1504
1505
<listitem>
1505
1506
<para>
1506
1507
Turns on <acronym>HTML</acronym> query output format. If the
@@ -1514,7 +1515,7 @@ Tue Oct 26 21:40:57 CEST 1999
1514
1515
1515
1516
1516
1517
<varlistentry>
1517
- <term><literal>\i < replaceable class="parameter">filename</replaceable></literal ></term>
1518
+ <term><literal>\i</literal> or <literal>\include</literal> < replaceable class="parameter">filename</replaceable></term>
1518
1519
<listitem>
1519
1520
<para>
1520
1521
Reads input from the file <replaceable
@@ -1633,15 +1634,15 @@ lo_import 152801
1633
1634
1634
1635
1635
1636
<varlistentry>
1636
- <term><literal>\o</literal>[ { <replaceable class="parameter">filename</replaceable>| <literal>|< /literal><replaceable class="parameter">command</replaceable>} ] </term>
1637
-
1637
+ <term><literal>\o</literal>or <literal>\out [ <replaceable class="parameter">filename</replaceable>]< /literal></term>
1638
+ <term><literal>\o</literal> or <literal>\out [ |<replaceable class="parameter">command</replaceable> ]</literal></term>
1638
1639
<listitem>
1639
1640
<para>
1640
- Saves future query results to the file <replaceable
1641
- class="parameter">filename</replaceable> orpipes future results
1642
- into a separate Unix shellto execute <replaceable
1643
- class="parameter">command</replaceable>. If noarguments are
1644
- specified, the query outputwill be reset to the standard output.
1641
+ Arranges to save future query results to the file <replaceable
1642
+ class="parameter">filename</replaceable> orpipe future results
1643
+ to the shellcommand <replaceable
1644
+ class="parameter">command</replaceable>. If noargument is
1645
+ specified, the query outputis reset to the standard output.
1645
1646
</para>
1646
1647
1647
1648
<para>
@@ -1663,7 +1664,7 @@ lo_import 152801
1663
1664
1664
1665
1665
1666
<varlistentry>
1666
- <term><literal>\p</literal></term>
1667
+ <term><literal>\p</literal> or <literal>\print</literal> </term>
1667
1668
<listitem>
1668
1669
<para>
1669
1670
Print the current query buffer to the standard output.
@@ -2060,7 +2061,7 @@ lo_import 152801
2060
2061
2061
2062
2062
2063
<varlistentry>
2063
- <term><literal>\r</literal></term>
2064
+ <term><literal>\r</literal> or <literal>\reset</literal> </term>
2064
2065
<listitem>
2065
2066
<para>
2066
2067
Resets (clears) the query buffer.
@@ -2160,12 +2161,12 @@ lo_import 152801
2160
2161
2161
2162
2162
2163
<varlistentry>
2163
- <term><literal>\w</literal> <replaceable class="parameter">filename</replaceable></term>
2164
- <term><literal>\w</literal> <literal>|</><replaceable class="parameter">command</replaceable></term>
2164
+ <term><literal>\w</literal>or <literal>\write</literal> <replaceable class="parameter">filename</replaceable></term>
2165
+ <term><literal>\w</literal>or <literal>\write</literal> <literal>|</><replaceable class="parameter">command</replaceable></term>
2165
2166
<listitem>
2166
2167
<para>
2167
2168
Outputs the current query buffer to the file <replaceable
2168
- class="parameter">filename</replaceable> or pipes it to theUnix
2169
+ class="parameter">filename</replaceable> or pipes it to theshell
2169
2170
command <replaceable class="parameter">command</replaceable>.
2170
2171
</para>
2171
2172
</listitem>
@@ -2206,7 +2207,7 @@ lo_import 152801
2206
2207
<term><literal>\! [ <replaceable class="parameter">command</replaceable> ]</literal></term>
2207
2208
<listitem>
2208
2209
<para>
2209
- Escapes to a separateUnix shell or executes theUnix command
2210
+ Escapes to a separate shell or executes theshell command
2210
2211
<replaceable class="parameter">command</replaceable>. The
2211
2212
arguments are not further interpreted; the shell will see them
2212
2213
as-is.