- \ev view_name> line_number>
+ \encoding [ encoding ]
- This command fetches and edits the definition of the named view,
- in the form of a CREATE OR REPLACE VIEW> command.
- Editing is done in the same way as for \edit>.
- After the editor exits, the updated command waits in the query buffer;
- type semicolon or \g> to send it, or \r>
- to cancel.
-
-
- If no view is specified, a blank CREATE VIEW>
- template is presented for editing.
-
-
- If a line number is specified,
psql will
- position the cursor on the specified line of the view definition.
+ Sets the client character set encoding. Without an argument, this command
+ shows the current encoding.
- \encoding [ encoding ]
+ \errverbose
- Sets the client character set encoding. Without an argument, this command
- shows the current encoding.
+ Repeats the most recent server error message at maximum
+ verbosity, as though VERBOSITY were set
+ to verbose> and SHOW_CONTEXT were
+ set to always>.
- \errverbose
+ \ev view_name> line_number>
- Repeats the most recent server error message at maximum
- verbosity, as though VERBOSITY were set
- to verbose> and SHOW_CONTEXT were
- set to always>.
+ This command fetches and edits the definition of the named view,
+ in the form of a CREATE OR REPLACE VIEW> command.
+ Editing is done in the same way as for \edit>.
+ After the editor exits, the updated command waits in the query buffer;
+ type semicolon or \g> to send it, or \r>
+ to cancel.
+
+
+ If no view is specified, a blank CREATE VIEW>
+ template is presented for editing.
+
+
+ If a line number is specified,
psql will
+ position the cursor on the specified line of the view definition.
-
- %p
-
-
The process ID of the backend currently connected to.
-
-
-
%>
The port number at which the database server is listening.
+
+ %p
+
+
The process ID of the backend currently connected to.
+
+
+
%R
fprintf(output, _(" expanded (or x) expanded output [on, off, auto]\n"));
fprintf(output, _(" fieldsep field separator for unaligned output (default \"%s\")\n"), DEFAULT_FIELD_SEP);
fprintf(output, _(" fieldsep_zero set field separator for unaligned output to zero byte\n"));
- fprintf(output, _(" format set output format [unaligned, aligned, wrapped, html, asciidoc, ...]\n"));
fprintf(output, _(" footer enable or disable display of the table footer [on, off]\n"));
+ fprintf(output, _(" format set output format [unaligned, aligned, wrapped, html, asciidoc, ...]\n"));
fprintf(output, _(" linestyle set the border line drawing style [ascii, old-ascii, unicode]\n"));
fprintf(output, _(" null set the string to be printed in place of a null value\n"));
fprintf(output, _(" numericlocale enable or disable display of a locale-specific character to separate\n"