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 7ae3be1 commit a5561b9Copy full SHA for a5561b9
tests/types/test_range.py
@@ -270,6 +270,12 @@ def create_test_range(conn):
270
271
conn.execute(
272
"""
273
+ ALTER FUNCTION testschema.testrange(double precision, double precision) OWNER TO root;
274
+ ALTER FUNCTION testschema.testrange(double precision, double precision, text) OWNER TO root;
275
+
276
+ ALTER FUNCTION public.testrange(text, text, text) OWNER TO root;
277
+ ALTER FUNCTION public.testrange(text, text) OWNER TO root;
278
279
drop schema if exists testschema cascade;
280
create schema testschema;
281
0 commit comments