pgsql: When the remote query result has a different number of columns - Mailing list pgsql-committers

From joe@postgresql.org (Joe Conway)
Subject pgsql: When the remote query result has a different number of columns
Date
Msg-id 20060103234804.DFC969DC9BA@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: When the remote query result has a different number of columns
Next
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: When the remote query result has a different number of columns