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

Поиск
Список
Период
Сортировка
От joe@postgresql.org (Joe Conway)
Тема pgsql: When the remote query result has a different number of columns
Дата
Msg-id 20060103234804.DFC969DC9BA@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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_4_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.25.4.3 -> r1.25.4.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.25.4.3&r2=1.25.4.4)
    pgsql/contrib/dblink/doc:
        cursor (r1.2 -> r1.2.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/doc/cursor.diff?r1=1.2&r2=1.2.4.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: When the remote query result has a different number of columns
Следующее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: When the remote query result has a different number of columns