From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) |
Date: | 2009-01-06 23:01:22 |
Message-ID: | 200901062301.n06N1M720590@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Bruce Momjian wrote:
> Tom Lane wrote:
> > momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> > > This makes all the \dX commands (most importantly to most: \df) work
> > > like \dt does, in that it requires a \dXS to see system items.
> >
> > The lack of any documentation change is glaring.
>
> Oh, it sure does. I will work on that.
OK, documentation added with the attached patch, applied. The
documentation needed quite a bit of cleanup, independent of this patch,
which I did.
I also found a bug that \do didn't work because the AND system table
check was being added to the LEFT JOIN and not to the WHERE clause
(trigger display was also a problem).
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
Attachment | Content-Type | Size |
---|---|---|
/rtmp/diff | text/x-diff | 22.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-01-06 23:01:57 | pgsql: Add documentation for new \d*S* patch, and clean up some of the |
Previous Message | Bruce Momjian | 2009-01-06 21:23:47 | Re: pgsql: This makes all the \dX commands (most importantly to most: \df) |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-01-06 23:08:34 | Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) |
Previous Message | Andrew Dunstan | 2009-01-06 22:54:34 | Re: parallel restore |