Merge pull request #268 from CartoDB/cdb_analysis_catalog-export-config
Add export config for cdb_analysis_catalog table
This commit is contained in:
commit
5eddf5ce8e
@ -29,6 +29,13 @@ cartodb.cdb_analysis_catalog (
|
|||||||
last_error_message text
|
last_error_message text
|
||||||
);
|
);
|
||||||
|
|
||||||
|
-- This can only be called from an SQL script executed by CREATE EXTENSION
|
||||||
|
DO LANGUAGE 'plpgsql' $$
|
||||||
|
BEGIN
|
||||||
|
PERFORM pg_catalog.pg_extension_config_dump('cartodb.cdb_analysis_catalog', '');
|
||||||
|
END
|
||||||
|
$$;
|
||||||
|
|
||||||
DO $$
|
DO $$
|
||||||
BEGIN
|
BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user