add age for databases list in psql

2019-12-02 Thread Ioseph Kim
Hi. I need to check database's age in psql, so I want to append that. like this, (12) [postgres@ioseph-centos7 ~]$ psql -E psql (12.0) Type "help" for help. (12.0) postgres@postgres=# \l * QUERY ** SELECT d.datname as "Name",    pg_catalog.pg_get_userbyid(d.datdba) as "Ow

Re: [HACKERS] Fix number skipping in to_number

2018-10-22 Thread Ioseph Kim
Hi. I'm checking release note for version 11. in that. |"L| and |TH| now only consume characters that are not digits, positive/negative signs, decimal points, or commas." postgres@postgres=# select to_number('1234', '+');  to_number ---    234 Is this right? Regards, ios

Re: review printing ecpg program version

2018-09-12 Thread Ioseph Kim
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

Re: review printing ecpg program version

2018-09-11 Thread Ioseph Kim
check please pg_config --version too. 2018년 09월 12일 15:52에 Ioseph Kim 이(가) 쓴 글: hi, I found a little problem about printing ecpg version. unlike PostgreSQL ver.11 other programs, ecpg version string has only version number. $ ./ecpg --version ecpg 11beta3 $ ./psql --version psql

review printing ecpg program version

2018-09-11 Thread Ioseph Kim
hi, I found a little problem about printing ecpg version. unlike PostgreSQL ver.11 other programs, ecpg version string has only version number. $ ./ecpg --version ecpg 11beta3 $ ./psql --version psql (PostgreSQL) 11beta3 $ ./pg_dump --version pg_dump (PostgreSQL) 11beta3 I hope PostgreSQL

modify: request for new parameter for disable promote (slave only mode)

2018-07-28 Thread Ioseph Kim
Sorry, I was misstyped. non shared -> shared On Sat, Jul 28, 2018 at 01:05:40AM +0900, Ioseph Kim wrote: > Hi. > > I want to build one master & multi slave environments to use physical > replication. > Slave nodes have low hardware spec, so I changed max_connection ser

request for new parameter for disable promote (slave only mode)

2018-07-27 Thread Ioseph Kim
Hi. I want to build one master & multi slave environments to use physical replication. Slave nodes have low hardware spec, so I changed max_connection server parameters, and try start slave node. But I could not start slave nodes, because CheckRequiredParameterValues function (in src/backend/a

Re: Translations contributions urgently needed

2018-02-22 Thread Ioseph Kim
Hi, I’m translating to Korean since 10 years over. I think this issue should be left to the local community. It may be omitted in some versions, or added in some versions. because, it depends on volunteering. Let It Be! Regards Ioseph. On Thu, Feb 22, 2018 at 05:29:11PM +, Thom Brown wrote: