psqlodbc - psqlodbc: Clear col_info(columns info) cache ehen DROP/ALTER

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Clear col_info(columns info) cache ehen DROP/ALTER
Date: 2011-11-22 21:50:13
Message-ID: 20111122215013.3E9F513EE7F6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-22 22:45:57 pgsql: Improve implementation of range-contains-element tests.
Previous Message Robert Haas 2011-11-22 21:16:53 pgsql: Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.