diff options
| -rw-r--r-- | gentoobrowse-api/db/schema.sql | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gentoobrowse-api/db/schema.sql b/gentoobrowse-api/db/schema.sql index 38c96e2..36ebea6 100644 --- a/gentoobrowse-api/db/schema.sql +++ b/gentoobrowse-api/db/schema.sql @@ -295,12 +295,12 @@ BEGIN  END;  $$;  ALTER FUNCTION gentoobrowse.pathpartsmatchesspecs(pathparts text[], spec filterspec[]) OWNER TO gentoo; --- Name: sum(tsvector); Type: AGGREGATE; Schema: gentoobrowse; Owner: postgres +-- Name: sum(tsvector); Type: AGGREGATE; Schema: gentoobrowse; Owner: gentoo  CREATE AGGREGATE sum(tsvector) (      SFUNC = tsvector_concat,      STYPE = tsvector  ); -ALTER AGGREGATE gentoobrowse.sum(tsvector) OWNER TO postgres; +ALTER AGGREGATE gentoobrowse.sum(tsvector) OWNER TO gentoo;  -- Name: ~; Type: OPERATOR; Schema: gentoobrowse; Owner: gentoo  CREATE OPERATOR ~ (      PROCEDURE = ebuildversionrange, | 
