postgresql/src
Tom Lane 09f4894154 Fix incorrect permissions check in information_schema.key_column_usage view:
it was checking a pg_constraint OID instead of pg_class OID, resulting in
"relation with OID nnnnn does not exist" failures for anyone who wasn't
owner of the table being examined.  Per bug #2848 from Laurence Rowe.

Note: for existing 8.2 installations a simple version update won't fix this;
the easiest fix is to CREATE OR REPLACE this view with the corrected
definition.
2007-01-16 18:32:32 +00:00
..
backend Fix incorrect permissions check in information_schema.key_column_usage view: 2007-01-16 18:32:32 +00:00
bin Allow Borland CC to compile libpq and psql. 2007-01-11 02:40:12 +00:00
include Allow Borland CC to compile libpq and psql. 2007-01-11 02:40:12 +00:00
interfaces Allow Borland CC to compile libpq and psql. 2007-01-11 02:40:12 +00:00
makefiles
pl
port Stamp release 8.2.1. Update FAQs. 2007-01-05 20:55:29 +00:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:50:07 +00:00
test Fix handling of CC (century) format spec in to_date/to_char. According to 2007-01-12 23:35:04 +00:00
timezone Put JST back into the default set of timezone abbreviations; 2006-12-15 16:54:56 +00:00
tools More MSVC build support from Magnus. 2006-11-29 19:49:31 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak