Created
May 13, 2009 17:37
-
-
Save davidray/111149 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgres@trisano-bi:/opt/trisano-bi/warehouse$ psql -Xf warehouse_init.sql trisano_dw | |
psql:warehouse_init.sql:18: ERROR: schema "trisano" already exists | |
psql:warehouse_init.sql:19: ERROR: role "trisano_su" does not exist | |
psql:warehouse_init.sql:20: ERROR: language "plpgsql" already exists | |
psql:warehouse_init.sql:22: ERROR: role "trisano_su" does not exist | |
psql:warehouse_init.sql:23: ERROR: role "trisano_ro" does not exist | |
psql:warehouse_init.sql:27: ERROR: relation "current_schema_name" already exists | |
TRUNCATE TABLE | |
INSERT 0 1 | |
psql:warehouse_init.sql:34: ERROR: relation "etl_success" already exists | |
INSERT 0 1 | |
CREATE FUNCTION | |
CREATE FUNCTION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment