We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842c27a commit 91e0b82Copy full SHA for 91e0b82
src/bin/initdb/initdb.c
@@ -2064,6 +2064,8 @@ setup_schema(FILE *cmdfd)
2064
{
2065
setup_run_file(cmdfd, info_schema_file);
2066
2067
+ setup_run_file(cmdfd, "oracle_compat_views.sql");
2068
+
2069
PG_CMD_PRINTF("UPDATE information_schema.sql_implementation_info "
2070
" SET character_value = '%s' "
2071
" WHERE implementation_info_name = 'DBMS VERSION';\n\n",
0 commit comments