获取数据库标识符命令:
Linux:
在命令行操作
命令:pg_controldata -D $PGDATA
结果:Database system identifier: 7314963774309826608
--------------------------------------------------------
在psql操作
通过命令: select to_timestamp( 7314963774309826608 >> 32 );
得到结果:2023-12-21 16:35:23
windows:
pg_controldata -D %PGDATA%
License检查:
check_lic -D $PGDATA