Files
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
..