diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index e217898fb89..858e3c5ff55 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -612,7 +612,7 @@ EOF <para> <application>psql</application> returns 0 to the shell if it - finished normally, 1 if a fatal error of its own occurs (e.g. out of memory, + finished normally, 1 if a fatal error of its own occurs (e.g., out of memory, file not found), 2 if the connection to the server went bad and the session was not interactive, and 3 if an error occurred in a script and the variable <varname>ON_ERROR_STOP</varname> was set. @@ -2546,7 +2546,7 @@ lo_import 152801 In <literal>latex-longtable</literal> format, this controls the proportional width of each column containing a left-aligned data type. It is specified as a whitespace-separated list of values, - e.g. <literal>'0.2 0.2 0.6'</>. Unspecified output columns + e.g., <literal>'0.2 0.2 0.6'</>. Unspecified output columns use the last specified value. </para> </listitem> @@ -3781,7 +3781,7 @@ testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n@%/%R%[%033[0m%]%# ' <application>psql</application> starts up. Tab-completion is also supported, although the completion logic makes no claim to be an <acronym>SQL</acronym> parser. The queries generated by tab-completion - can also interfere with other SQL commands, e.g. <literal>SET + can also interfere with other SQL commands, e.g., <literal>SET TRANSACTION ISOLATION LEVEL</>. If for some reason you do not like the tab completion, you can turn it off by putting this in a file named |