pg_config version from 1.0.1 to 1.1.0

This commit is contained in:
hui.lv
2021-01-20 09:58:36 +08:00
parent 5be05d820f
commit 1c9402ffcb

View File

@ -295,7 +295,7 @@ static void show_version(int alls)
#ifdef ENABLE_MULTIPLE_NODES
printf("PostgreSQL 9.2.4\n");
#else
printf("openGauss 1.0.1\n");
printf("openGauss 1.1.0\n");
#endif
}