test: fix hello function for pg 9.6
This commit is contained in:
committed by
Steve Chavez
parent
9a3d453bf4
commit
54b9a0b8b3
@@ -90,7 +90,7 @@ create or replace function sleep(seconds double precision) returns void as $$
|
||||
$$ language sql;
|
||||
|
||||
create or replace function hello() returns text as $$
|
||||
select 'hello';
|
||||
select 'hello'::text;
|
||||
$$ language sql;
|
||||
|
||||
create table cats(id uuid primary key, name text);
|
||||
|
||||
Reference in New Issue
Block a user