dbi-link - dbi-link: Fixed wrong table alias and removed extra - Mailing list pgsql-committers

From dfetter@pgfoundry.org (User Dfetter)
Subject dbi-link - dbi-link: Fixed wrong table alias and removed extra
Date
Msg-id 20050412225628.C169D1FB622B@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed wrong table alias and removed extra dereference.

Modified Files:
--------------
    dbi-link:
        make_connection.sql (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/make_connection.sql.diff?r1=1.8&r2=1.9)
        remote_query.sql (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/remote_query.sql.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come
Next
From: dfetter@pgfoundry.org (User Dfetter)
Date:
Subject: dbi-link - dbi-link: fixed wrong fix to remote_query.sql