Re: psql tab-completion for COMMIT/ROLLBACK PREPARED

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-patches(at)postgresql(dot)org, Oliver Jowett <oliver(at)opencloud(dot)com>, Kenneth Marshall <ktm(at)is(dot)rice(dot)edu>
Subject: Re: psql tab-completion for COMMIT/ROLLBACK PREPARED
Date: 2005-07-28 22:14:03
Message-ID: 200507282214.j6SME3M03272@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Patch applied. Thanks.

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

Heikki Linnakangas wrote:
> On Fri, 1 Jul 2005, Bruce Momjian wrote:
>
> > Heikki Linnakangas wrote:
> >> On Fri, 1 Jul 2005, Oliver Jowett wrote:
> >>
> >>> PS: noticed in passing: psql's help doesn't seem to know about the 2PC
> >>> command syntax yet.
> >>
> >> True.
> >>
> >> Should we add support for it? 2PC is not something you normally do
> >> interactively...
> >
> > Yes, we should add psql support for it.
>
> Ok, here's a patch.
>
> There's no tab-completion for "PREPARE TRANSACTION 'xxx'" since that would
> be ambigous with "PREPARE xxx AS xx".
>
> - Heikki

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2005-07-28 22:14:41 Re: [Testperf-general] dbt2 & opteron performance
Previous Message Josh Berkus 2005-07-28 21:57:10 Re: wal_buffer tests in

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2005-07-28 22:31:49 Re: Unused MMCacheLock
Previous Message Bruce Momjian 2005-07-28 22:11:21 Re: per user/database connections limit again