psqlodbc - psqlodbc: Clear col_info(columns info) cache ehen DROP/ALTER - Mailing list pgsql-committers

From hinoue@pgfoundry.org (User Hinoue)
Subject psqlodbc - psqlodbc: Clear col_info(columns info) cache ehen DROP/ALTER
Date
Msg-id 20111122215013.3E9F513EE7F6@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clear col_info(columns info) cache ehen DROP/ALTER TABLE is called
so that later SQLDescribeCol() etc work properly.

Modified Files:
--------------
    psqlodbc:
        connection.c (r1.195 -> r1.196)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c?r1=1.195&r2=1.196)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve implementation of range-contains-element tests.