Joshua D. Drake wrote:
> Bruce Momjian wrote:
> 
> >     
> >     test=> \?
> >     General
> >       \copyright     show PostgreSQL usage and distribution terms
> >       \g [FILE] or ; send query buffer to server (and results to file or 
> > |pipe)
> >       \h [NAME]      help on syntax of SQL commands, * for all commands
> >       \q             quit psql
> > 
> >     Query Buffer
> >       \e [FILE]      edit the query buffer (or file) with external editor
> >     ...
> > 
> > I moved '\g' up into the "General" section rather than make it a
> > single-entry section.
> 
> "send query buffer to server means nothing to a newbie". You execute 
> queries, you don't send buffers (from a user perspective).

Yep, good, updated:

        General
          \copyright     show PostgreSQL usage and distribution terms
          \g [FILE] or ; execute query (and send results to file or |pipe)
          \h [NAME]      help on syntax of SQL commands, * for all commands
          \q             quit psql


-- 
  Bruce Momjian  <[EMAIL PROTECTED]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply via email to