| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
| Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: Patch to change psql default banner v6 |
| Date: | 2008-05-15 02:32:15 |
| Message-ID: | 200805150232.m4F2WFo23663@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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 <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2008-05-15 02:41:19 | Re: Patch to change psql default banner v6 |
| Previous Message | Joshua D. Drake | 2008-05-15 02:28:49 | Re: Patch to change psql default banner v6 |