1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00
This commit is contained in:
Jakub Vrana
2025-04-15 21:38:29 +02:00
parent e1b92f73aa
commit 45be56e4e1

View File

@@ -961,6 +961,7 @@ AND typelem = 0"
$return .= "\nPARTITION BY $partition[partition_by]($partition[partition])"; $return .= "\nPARTITION BY $partition[partition_by]($partition[partition])";
} }
//! parse pg_class.relpartbound to create PARTITION OF //! parse pg_class.relpartbound to create PARTITION OF
//! don't insert partitioned data twice
$return .= "\nWITH (oids = " . ($status['Oid'] ? 'true' : 'false') . ");"; $return .= "\nWITH (oids = " . ($status['Oid'] ? 'true' : 'false') . ");";