Home
last modified time | relevance | path

Searched refs:inherit_privileges (Results 1 – 25 of 25) sorted by relevance

/dports/databases/pg_partman/pg_partman-4.5.1/test/test_native/
H A Dtest-dump-definition.sql127 …_keep_table = 'f', infinite_time_partitions = 't', constraint_valid = 'f', inherit_privileges = 't'
H A Dtest-id-native-mixed-case.sql54 UPDATE part_config SET inherit_privileges = TRUE;
H A Dtest-id-native.sql54 UPDATE part_config SET inherit_privileges = TRUE;
H A Dtest-time-native-mixed-case.sql30 UPDATE part_config SET inherit_privileges = TRUE;
H A Dtest-time-daily-native.sql32 UPDATE part_config SET inherit_privileges = TRUE;
H A Dtest-time-custom-100years-native.sql38 UPDATE part_config SET inherit_privileges = TRUE;
H A Dtest-time-custom-30sec-native.sql45 UPDATE part_config SET inherit_privileges = TRUE;
/dports/databases/pg_partman/pg_partman-4.5.1/test/test_native/test_nonsuperuser/
H A Dtest-id-nonsuperuser-part2.sql50 UPDATE part_config SET inherit_privileges = TRUE;
H A Dtest-time-hourly-nonsuperuser-part2.sql23 UPDATE part_config SET inherit_privileges = TRUE;
/dports/databases/pg_partman/pg_partman-4.5.1/sql/functions/
H A Dcreate_partition_id.sql57 , inherit_privileges
311 , inherit_privileges = v_row.sub_inherit_privileges
H A Ddump_partition_table_definition.sql64 pc.inherit_privileges,
H A Dcreate_partition_time.sql72 , inherit_privileges
416 , inherit_privileges = v_row.sub_inherit_privileges
H A Dcreate_parent.sql470 , inherit_privileges)
626 , inherit_privileges)
/dports/databases/pg_partman/pg_partman-4.5.1/sql/tables/
H A Dtables.sql27 , inherit_privileges boolean DEFAULT false field
/dports/databases/pg_partman/pg_partman-4.5.1/test/test_native/generated_col/
H A Dtest-time-daily-generated.sql24 UPDATE part_config SET inherit_privileges = TRUE;
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--4.3.0--4.3.1.sql60 , inherit_privileges
307 , inherit_privileges = v_row.sub_inherit_privileges
451 , inherit_privileges
792 , inherit_privileges = v_row.sub_inherit_privileges
1328 , inherit_privileges)
1484 , inherit_privileges)
H A Dpg_partman--4.0.0--4.1.0.sql23 ALTER TABLE @extschema@.part_config ADD COLUMN inherit_privileges boolean DEFAULT false;
25 UPDATE @extschema@.part_config SET inherit_privileges = true;
840 , inherit_privileges
1064 , inherit_privileges = v_row.sub_inherit_privileges
1208 , inherit_privileges
1525 , inherit_privileges = v_row.sub_inherit_privileges
2265 , inherit_privileges)
2421 , inherit_privileges)
H A Dpg_partman--4.3.1--4.4.0.sql1265 , inherit_privileges)
1421 , inherit_privileges)
1727 , inherit_privileges
1980 , inherit_privileges = v_row.sub_inherit_privileges
2127 , inherit_privileges
2474 , inherit_privileges = v_row.sub_inherit_privileges
2611 pc.inherit_privileges,
H A Dpg_partman--4.1.0--4.2.0.sql492 , inherit_privileges)
648 , inherit_privileges)
871 , inherit_privileges
1106 , inherit_privileges = v_row.sub_inherit_privileges
1251 , inherit_privileges
1577 , inherit_privileges = v_row.sub_inherit_privileges
H A Dpg_partman--4.2.2--4.3.0.sql439 , inherit_privileges
775 , inherit_privileges = v_row.sub_inherit_privileges
903 , inherit_privileges
1146 , inherit_privileges = v_row.sub_inherit_privileges
1683 , inherit_privileges)
1839 , inherit_privileges)
2273 pc.inherit_privileges,
H A Dpg_partman--4.4.0--4.5.0.sql423 , inherit_privileges
677 , inherit_privileges = v_row.sub_inherit_privileges
823 , inherit_privileges
1167 , inherit_privileges = v_row.sub_inherit_privileges
1709 , inherit_privileges)
1865 , inherit_privileges)
H A Dpg_partman--4.4.1--4.5.0.sql415 , inherit_privileges
669 , inherit_privileges = v_row.sub_inherit_privileges
815 , inherit_privileges
1159 , inherit_privileges = v_row.sub_inherit_privileges
1701 , inherit_privileges)
1857 , inherit_privileges)
H A Dpg_partman--4.5.0--4.5.1.sql1050 , inherit_privileges)
1206 , inherit_privileges)
/dports/databases/pg_partman/pg_partman-4.5.1/doc/
H A Dmigrate_to_native.md66 …rect access to them. If you'd like to keep that behavior, set the `inherit_privileges` column in `…
H A Dpg_partman.md33 …s to the child tables, this should not be needed. You can set the `inherit_privileges` option if t…
551 - `inherit_privileges`