Qualify types with the schema name
This commit is contained in:
committed by
Carla Iriberri
parent
6c627fb207
commit
1ed02c69bc
@@ -1,5 +1,5 @@
|
||||
CREATE TYPE ds_fdw_metadata as (schemaname text, tabname text, servername text);
|
||||
CREATE TYPE ds_return_metadata as (colnames text[], coltypes text[]);
|
||||
CREATE TYPE cdb_dataservices_client.ds_fdw_metadata as (schemaname text, tabname text, servername text);
|
||||
CREATE TYPE cdb_dataservices_client.ds_return_metadata as (colnames text[], coltypes text[]);
|
||||
|
||||
CREATE OR REPLACE FUNCTION cdb_dataservices_client.OBS_ProcessTable(table_name text, output_table_name text, params json)
|
||||
RETURNS boolean AS $$
|
||||
|
||||
Reference in New Issue
Block a user