]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - test/sql/postfixadmin.sql
test/sql: set default_with_oids=false everywhere.
[mailshears.git] / test / sql / postfixadmin.sql
index f139a4f77680e61f7a9e69528c1b4761ad524405..9b6250102a2829cb1f1e78eea6b6f609fd808453 100644 (file)
@@ -89,7 +89,7 @@ ALTER FUNCTION public.merge_quota2() OWNER TO postgres;
 
 SET default_tablespace = '';
 
-SET default_with_oids = true;
+SET default_with_oids = false;
 
 --
 -- Name: admin; Type: TABLE; Schema: public; Owner: postgres; Tablespace: 
@@ -160,7 +160,7 @@ ALTER TABLE public.alias_domain OWNER TO postgres;
 COMMENT ON TABLE alias_domain IS 'Postfix Admin - Domain Aliases';
 
 
-SET default_with_oids = true;
+SET default_with_oids = false;
 
 --
 -- Name: config; Type: TABLE; Schema: public; Owner: postgres; Tablespace: 
@@ -371,7 +371,7 @@ CREATE TABLE quota2 (
 
 ALTER TABLE public.quota2 OWNER TO postgres;
 
-SET default_with_oids = true;
+SET default_with_oids = false;
 
 --
 -- Name: vacation; Type: TABLE; Schema: public; Owner: postgres; Tablespace: