Tom Lane wrote: > Heikki Linnakangas <[email protected]> writes: >> Hmm, that's a good point though. Maybe it would make sense to add tab >> completion for ROLLBACK/COMMIT PREPARED, but not for PREPARE TRANSACTION? > > Huh? PREPARE TRANSACTION creates a new gxid, so there's nothing for it > to complete against.
Well, you could still complete "PREPARE TR" to "PREPARE TRANSACTION", but I agree it's not very useful. But I was arguing for not having tab-completion for PREPARE TRANSACTION, so the point is moot anyway. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
