Fix #4222: unrecognized configuration parameter "default_table_access_method"
This option was introduced in Postgres 12 and isn't backwards compatible with older Postgres versions.
This commit is contained in:
@@ -398,8 +398,6 @@ ALTER TEXT SEARCH CONFIGURATION public.danbooru
|
|||||||
|
|
||||||
SET default_tablespace = '';
|
SET default_tablespace = '';
|
||||||
|
|
||||||
SET default_table_access_method = heap;
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Name: api_keys; Type: TABLE; Schema: public; Owner: -
|
-- Name: api_keys; Type: TABLE; Schema: public; Owner: -
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user