Skip to content

Instantly share code, notes, and snippets.

@davidray
Created May 13, 2009 17:37
Show Gist options
  • Save davidray/111149 to your computer and use it in GitHub Desktop.
Save davidray/111149 to your computer and use it in GitHub Desktop.
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