mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Add todo
This commit is contained in:
@@ -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') . ");";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user