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
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
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
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
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
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
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
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: