postgresql/contrib/dblink
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of
dblink_build_sql_insert() and related functions.  Now the column numbers
are treated as logical not physical column numbers.  This will provide saner
behavior in the presence of dropped columns; furthermore, if we ever get
around to allowing rearrangement of logical column ordering, the original
definition would become nearly untenable from a usability standpoint.
Per recent discussion of dblink's handling of dropped columns.
Not back-patched for fear of breaking existing applications.
2010-06-15 20:29:01 +00:00
..
expected Change the interpretation of the primary_key_attnums parameter of 2010-06-15 20:29:01 +00:00
sql Change the interpretation of the primary_key_attnums parameter of 2010-06-15 20:29:01 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
dblink.c Change the interpretation of the primary_key_attnums parameter of 2010-06-15 20:29:01 +00:00
dblink.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
dblink.sql.in Implement dblink_get_notify(). 2009-08-05 16:11:07 +00:00
uninstall_dblink.sql Add missed function dblink_connect_u(text[,text]) to uninstall script 2010-06-07 15:14:36 +00:00