Re: [PATCHES] Show tablespace for databases with psql's \l+

2006-04-26 Thread Bruce Momjian
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 would

[PATCHES] Show tablespace for databases with psql's \l+

2006-03-29 Thread Philip Yarra
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,

Re: [PATCHES] Show tablespace for databases with psql's \l+

2006-03-29 Thread Tom Lane
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

Re: [PATCHES] Show tablespace for databases with psql's \l+

2006-03-29 Thread Philip Yarra
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.