File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
contrib/ivorysql_ora/src/sysview Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,12 @@ install-data: installdirs
5757 $(INSTALL_DATA ) $(srcdir ) /system_views.sql ' $(DESTDIR)$(datadir)/system_views.sql'
5858 $(INSTALL_DATA ) $(srcdir ) /information_schema.sql ' $(DESTDIR)$(datadir)/information_schema.sql'
5959 $(INSTALL_DATA ) $(srcdir ) /sql_features.txt ' $(DESTDIR)$(datadir)/sql_features.txt'
60+ $(INSTALL_DATA ) $(srcdir ) /ora_all_tab_columns.sql ' $(DESTDIR)$(datadir)/ora_all_tab_columns.sql'
61+
6062
6163installdirs :
6264 $(MKDIR_P ) ' $(DESTDIR)$(datadir)'
6365
6466.PHONY : uninstall-data
6567uninstall-data :
66- rm -f $(addprefix '$(DESTDIR )$(datadir ) '/, system_functions.sql system_views.sql information_schema.sql sql_features.txt)
68+ rm -f $(addprefix '$(DESTDIR )$(datadir ) '/, system_functions.sql system_views.sql information_schema.sql sql_features.txt ora_all_tab_columns.sql )
Original file line number Diff line number Diff line change @@ -1416,3 +1416,5 @@ REVOKE ALL ON pg_aios FROM PUBLIC;
14161416GRANT SELECT ON pg_aios TO pg_read_all_stats;
14171417REVOKE EXECUTE ON FUNCTION pg_get_aios() FROM PUBLIC;
14181418GRANT EXECUTE ON FUNCTION pg_get_aios() TO pg_read_all_stats;
1419+
1420+ \i src/ backend/ catalog/ ora_all_tab_columns .sql
You can’t perform that action at this time.
0 commit comments