pgsql: Added special handling of CONNECTION variable that is used by

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Added special handling of CONNECTION variable that is used by
Date: 2005-12-02 15:03:58
Message-ID: 20051202150358.9AF6A9DD74E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend.

Modified Files:
--------------
pgsql/src/interfaces/ecpg:
ChangeLog (r1.295 -> r1.296)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.295&r2=1.296)
pgsql/src/interfaces/ecpg/preproc:
ecpg_keywords.c (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg_keywords.c.diff?r1=1.31&r2=1.32)
preproc.y (r1.312 -> r1.313)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.312&r2=1.313)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2005-12-02 15:04:49 pgsql: Added special handling of CONNECTION variable that is used by
Previous Message User Dpage 2005-12-02 13:24:40 psqlodbc - psqlodbc: Formatting cleanup.