Qualify types with the schema name

This commit is contained in:
Rafa de la Torre
2016-06-23 14:34:04 +02:00
committed by Carla Iriberri
parent 6c627fb207
commit 1ed02c69bc
2 changed files with 4 additions and 4 deletions

View File

@@ -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_server.ds_fdw_metadata as (schemaname text, tabname text, servername text);
CREATE TYPE cdb_dataservices_server.ds_return_metadata as (colnames text[], coltypes text[]);
CREATE OR REPLACE FUNCTION cdb_dataservices_server.OBS_ConnectUserTable(username text, useruuid text, input_schema text, dbname text, table_name text)