[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 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. Less

Re: [PATCHES] pl/pgSQL doco patch

2005-11-16 Thread Philip Yarra
On Thu, 17 Nov 2005 01:40 am, Andrew Dunstan wrote: I am wondering we should make this warning more prominent - it would be easily missed buried on the Oracle porting section, and I have seen people caught by it lots of times. I added it to the Oracle section because I found this syntax while

[PATCHES] pl/pgSQL doco patch

2005-11-15 Thread Philip Yarra
Hi, I supplied a minor doco patch relating to porting pl/SQL to pl/pgSQL: http://archives.postgresql.org/pgsql-hackers/2005-10/msg01295.php. Also attached here. Could someone please review and apply this for me? Regards, Philip. -- Debugging is twice as hard as writing the code in the first

[PATCHES] Fwd: quick ECPG doco change

2003-11-19 Thread Philip Yarra
No objections from interfaces, can this be applied? Regards, Philip. -- Forwarded Message -- Subject: quick ECPG doco change Date: Wed, 19 Nov 2003 11:00:34 +1100 From: Philip Yarra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, this doco patch is a quick one to add explicit