psql \l to accept patterns

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: psql \l to accept patterns
Date: 2013-01-07 12:14:58
Message-ID: 1357560898.20957.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a patch for psql's \l command to accept patterns, like \d
commands do. While at it, I also added an "S" option to show system
objects and removed system objects from the default display. This might
be a bit controversial, but it's how it was decided some time ago that
the \d commands should act.

Attachment Content-Type Size
pg-psql-l-pattern.patch text/x-patch 5.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-01-07 12:39:19 Extra XLOG in Checkpoint for StandbySnapshot
Previous Message Andres Freund 2013-01-07 10:39:22 Re: Improve compression speeds in pg_lzcompress.c