Обсуждение: pgsql: When the remote query result has a different number of columns

Поиск
Список
Период
Сортировка

pgsql: When the remote query result has a different number of columns

От
joe@postgresql.org (Joe Conway)
Дата:
Log Message:
-----------
When the remote query result has a different number of columns
than the local query specifies (e.g. in the FROM clause),
throw an ERROR (instead of crashing). Fix for bug #2129 reported
by Akio Iwaasa.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.15.2.3 -> r1.15.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.15.2.3&r2=1.15.2.4)
    pgsql/contrib/dblink/doc:
        cursor (r1.1 -> r1.1.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/doc/cursor.diff?r1=1.1&r2=1.1.2.1)