Re: psql tab-complete and backslash patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: psql tab-complete and backslash patch
Date: 2005-08-14 18:52:24
Message-ID: 2507.1124045544@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> attached is a patch against psql that makes psql's tabcomplete code
> ROLES aware, adds SET SCHEMA and basic CREATE DATABASE/TRIGGER support
> as well as some other minor things.

Applied with some changes. I didn't see the point of making \du
backwards compatible to older versions; we've never worried about that
before in psql's \d commands. Also I thought the "Attributes" approach
of the old \du code was well past its usefulness, so I just changed it
to separate columns.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-08-14 19:29:21 Re: createuser patch
Previous Message Andreas Pflug 2005-08-14 17:11:34 Re: [HACKERS] For review: Server instrumentation patch