postgresql/contrib/dblink
Itagaki Takahiro 3ba0ef7fc6 Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).
Now long names are adjusted with truncate_identifier() and NOTICE messages
are raised if names are actually truncated.

Backported to release 8.0.
2010-06-03 09:41:26 +00:00
..
expected Check to ensure the number of primary key fields supplied does not 2010-02-03 23:01:34 +00:00
sql Check to ensure the number of primary key fields supplied does not 2010-02-03 23:01:34 +00:00
dblink.c Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 2010-06-03 09:41:26 +00:00
dblink.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dblink.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_dblink.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00