Add tests for the OverviewsApi
This commit is contained in:
@@ -3,7 +3,7 @@ CREATE OR REPLACE FUNCTION CDB_Overviews(table_name text)
|
||||
RETURNS TABLE(z integer, overview_table text)
|
||||
AS $$
|
||||
BEGIN
|
||||
IF table_name = 'test_table_overviews' THEN
|
||||
IF table_name = 'public.test_table_overviews' THEN
|
||||
RETURN QUERY
|
||||
SELECT 1 AS z, 'test_table_overviews_ov1'::text AS overviw_table
|
||||
UNION ALL
|
||||
|
||||
Reference in New Issue
Block a user