Re: review printing ecpg program version
Ioseph Kim <pgsql-kr@postgresql.kr>
From: Ioseph Kim <pgsql-kr@postgresql.kr>
To: Michael Paquier <michael@paquier.xyz>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-09-12T08:32:24Z
Lists: pgsql-hackers
ok, in case pg_config, ignore this, but It should be review in case ecpg. 2018년 09월 12일 16:03에 Michael Paquier 이(가) 쓴 글: > On Wed, Sep 12, 2018 at 03:55:56PM +0900, Ioseph Kim wrote: >> check please pg_config --version too. > Well, one problem with that is that you would break a ton of stuff which > parse this version string automatically. pg_config --version is used by > many extensions to guess which version of Postgres is being worked on. > -- > Michael