Patch applied. Thanks.
---
Philip Yarra wrote:
> On Thu, 30 Mar 2006 01:13 pm, Tom Lane wrote:
> > Philip Yarra <[EMAIL PROTECTED]> writes:
> > > Please let me know if this patch needs any changes for acceptance. I
> > > w
On Thu, 30 Mar 2006 01:13 pm, Tom Lane wrote:
> Philip Yarra <[EMAIL PROTECTED]> writes:
> > Please let me know if this patch needs any changes for acceptance. I
> > would prefer the tablespace row to the left of Description,
>
> Me too --- that looks pretty weird as-is.
OK, revised patch attached
Philip Yarra <[EMAIL PROTECTED]> writes:
> Please let me know if this patch needs any changes for acceptance. I would
> prefer the tablespace row to the left of Description,
Me too --- that looks pretty weird as-is.
regards, tom lane
---(end of br
Following discussion
(http://archives.postgresql.org/pgsql-hackers/2006-03/msg01208.php) here's a
patch to add tablespace to the output of psql's \l+. New output (with psql
-E) looks like this:
pyarra=# \l+
* QUERY **
SELECT d.datname as "Name",
r.rolname as "Owner",