Re: psql possible TODO - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: psql possible TODO
Date
Msg-id 200702040151.l141p8b20032@momjian.us
Whole thread Raw
In response to Re: psql possible TODO  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: psql possible TODO  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Added to TODO:
       o Add \# to list command history like \s, but with line numbers
        http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php


---------------------------------------------------------------------------

Joshua D. Drake wrote:
> Hello,
> 
> O.k. this is my currently thinking:
> 
> \#     will list just like \s except it will include line numbers:
> 
> 1    SELECT * FROM FOO; (not a tab of course)
> 2    UPDATE bar SET foo = 6;
> 
> \# 2     will execute query number 2
> \#e 2     will open the numbered query in $EDITOR
> 
> I would love to figure out a way to auto explain these queries without
> obnoxious syntax. Any ideas?
> 
> 
> Sincerely,
> 
> Joshua D. Drake
> 
> 
> -- 
> 
>       === The PostgreSQL Company: Command Prompt, Inc. ===
> Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
> Providing the most comprehensive  PostgreSQL solutions since 1997
>              http://www.commandprompt.com/
> 
> Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Remove log segment and log_id fields from pg_controldata
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] elog(FATAL)ing non-existent roles during client