psql command setting

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: List pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: psql command setting
Date: 2008-07-05 12:36:07
Message-ID: 1215261367.4051.286.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Recent patch allowed \timing [on|off]

This patch allows same option on all remaining toggles, so every option
works in the same way. We now have the ability to do
\a [on|off]
\H [on|off]

Patch also corrects help, which didn't show that \x and \t could already
be directly set, even though help said they were toggles.

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support

Attachment Content-Type Size
psql_toggle_or_set.v1.patch text/x-patch 5.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2008-07-05 13:03:47 pgbench minor fixes
Previous Message Simon Riggs 2008-07-05 11:50:25 Bug fix for pg_standby keepfiles calculation