From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org, Greg Sabino Mullane <greg(at)turnstep(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Information_schema fixes for sequences and temporary tables |
Date: | 2006-08-19 01:50:03 |
Message-ID: | 9133.1155952203@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Greg Sabino Mullane <greg(at)turnstep(dot)com> writes:
> More to come, but these two are probably worth backpatching.
We can't really backpatch changes to information_schema, since we can't
force initdb in back branches.
I'd be interested to see you cite chapter and verse in the SQL spec
where it says that information_schema should hide temp tables of
other backends. That change seems pretty dubious to me. (More
likely, we should be adding tests on whether the caller has USAGE
privilege on the table's containing schema.)
As for all that ESCAPE junk, consider using regexps instead; they
play nicer with underscores in patterns.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2006-08-19 02:12:10 | Re: BugTracker (Was: Re: 8.2 features status) |
Previous Message | Peter Eisentraut | 2006-08-18 23:47:39 | Re: Windows 2000 Support |
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2006-08-19 02:33:21 | Information schema - finalize key_column_usage |
Previous Message | Greg Sabino Mullane | 2006-08-18 23:45:18 | Information_schema fixes for sequences and temporary tables |