Created
September 14, 2010 17:43
-
-
Save jdwyah/579451 to your computer and use it in GitHub Desktop.
This file contains 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
pg_restore: [archiver (db)] could not execute query: ERROR: must be member of role "postgres" | |
Command was: ALTER SCHEMA multum OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1217; 2612 200456859 PROCEDURAL LANGUAGE plpgsql postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: must be owner of database plmwebsite | |
Command was: CREATE PROCEDURAL LANGUAGE plpgsql; | |
pg_restore: [archiver (db)] could not execute query: ERROR: language "plpgsql" does not exist | |
Command was: ALTER PROCEDURAL LANGUAGE plpgsql OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 21; 1255 422525031 FUNCTION _group_concat(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: must be member of role "postgres" | |
Command was: ALTER FUNCTION public._group_concat(text, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 22; 1255 422525032 FUNCTION backdate_null_times(timestamp without time zone) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: language "plpgsql" does not exist | |
HINT: Use CREATE LANGUAGE to load the language into the database. | |
Command was: CREATE FUNCTION backdate_null_times(the_timestamp timestamp without time zone) RETURNS timestamp without time zone | |
AS $$... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.backdate_null_times(timestamp without time zone) does not exist | |
Command was: ALTER FUNCTION public.backdate_null_times(the_timestamp timestamp without time zone) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 23; 1255 422525033 FUNCTION bool2int(boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: must be member of role "postgres" | |
Command was: ALTER FUNCTION public.bool2int(boolean) OWNER TO postgres; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment