mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Move psql \? Formatting above Large Object/Copy.
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright 2000 by PostgreSQL Global Development Group
|
* Copyright 2000 by PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.65 2002/12/11 23:03:45 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.66 2002/12/11 23:07:06 momjian Exp $
|
||||||
*/
|
*/
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -218,14 +218,6 @@ slashUsage(unsigned short int pager)
|
|||||||
fprintf(output, _(" \\z [PATTERN] list table access privileges (same as \\dp)\n"));
|
fprintf(output, _(" \\z [PATTERN] list table access privileges (same as \\dp)\n"));
|
||||||
fprintf(output, _("\n"));
|
fprintf(output, _("\n"));
|
||||||
|
|
||||||
fprintf(output, _("Large Object, Copy\n"));
|
|
||||||
fprintf(output, _(" \\lo_export\n"));
|
|
||||||
fprintf(output, _(" \\lo_import\n"));
|
|
||||||
fprintf(output, _(" \\lo_list\n"));
|
|
||||||
fprintf(output, _(" \\lo_unlink large object operations\n"));
|
|
||||||
fprintf(output, _(" \\copy ... perform SQL COPY with data stream to the client host\n"));
|
|
||||||
fprintf(output, _("\n"));
|
|
||||||
|
|
||||||
fprintf(output, _("Formatting\n"));
|
fprintf(output, _("Formatting\n"));
|
||||||
fprintf(output, _(" \\x toggle expanded output (currently %s)\n"),
|
fprintf(output, _(" \\x toggle expanded output (currently %s)\n"),
|
||||||
ON(pset.popt.topt.expanded));
|
ON(pset.popt.topt.expanded));
|
||||||
@ -244,6 +236,14 @@ slashUsage(unsigned short int pager)
|
|||||||
fprintf(output, _(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"));
|
fprintf(output, _(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"));
|
||||||
fprintf(output, _("\n"));
|
fprintf(output, _("\n"));
|
||||||
|
|
||||||
|
fprintf(output, _("Large Object, Copy\n"));
|
||||||
|
fprintf(output, _(" \\lo_export\n"));
|
||||||
|
fprintf(output, _(" \\lo_import\n"));
|
||||||
|
fprintf(output, _(" \\lo_list\n"));
|
||||||
|
fprintf(output, _(" \\lo_unlink large object operations\n"));
|
||||||
|
fprintf(output, _(" \\copy ... perform SQL COPY with data stream to the client host\n"));
|
||||||
|
fprintf(output, _("\n"));
|
||||||
|
|
||||||
if (output != stdout)
|
if (output != stdout)
|
||||||
{
|
{
|
||||||
pclose(output);
|
pclose(output);
|
||||||
|
Reference in New Issue
Block a user