| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Sean Chittenden <sean(at)chittenden(dot)org>, btober(at)seaworthysys(dot)com, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Temporary tables and miscellaneous schemas |
| Date: | 2003-10-27 21:14:55 |
| Message-ID: | 12470.1067289295@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> How about if we add a UNION that does:
> UNION
> SELECT 'non-local temp schemas skipped', NULL
I think showing that would only be appropriate if we actually *did* skip
some. Finding that out would complicate the query unduly IMHO.
> I see a few goals here:
> Prevent \dn from showing lots of lines for large installs
> Show the local temp schema so people can query it
If those are agreed to be the goals then we end up with your original
solution (or a working implementation of same anyway).
I'd like to see some input from other people about what they want...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sean Chittenden | 2003-10-27 21:17:48 | Re: Temporary tables and miscellaneous schemas |
| Previous Message | Bruce Momjian | 2003-10-27 21:07:21 | Re: Temporary tables and miscellaneous schemas |