Skip to content

Commit

Permalink
Add search_path setting line.
Browse files Browse the repository at this point in the history
All contrib modules have this line, and it being there make it easier to treat
the temporal module like other extensions in terms of changing that line for
installing it into a different schema.
  • Loading branch information
theory authored and jeff-davis-aster committed Jun 1, 2011
1 parent ed5855c commit 8b81492
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions period.sql.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
-- Portions Copyright (c) 2007-2008, Jeff Davis <[email protected]>
--

-- Adjust this setting to control where the objects get created.
SET search_path = public;

CREATE TYPE period;

CREATE OR REPLACE FUNCTION period_in(cstring) RETURNS period LANGUAGE C IMMUTABLE STRICT
Expand Down

0 comments on commit 8b81492

Please sign in to comment.