We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f238e commit ef848d4Copy full SHA for ef848d4
nix/tests/expected/pg_partman.out
@@ -28,7 +28,10 @@ select
28
from
29
information_schema.tables
30
where
31
- table_schema = 'partman_test';
+ table_schema = 'partman_test'
32
+order by
33
+ table_name,
34
+ table_type;
35
table_name | table_type
36
-----------------------------+------------
37
time_taptest_table | BASE TABLE
nix/tests/sql/pg_partman.sql
@@ -35,7 +35,10 @@ select
38
39
40
41
42
43
44
select public.create_parent(
0 commit comments