Revision 4398
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.sql | ||
---|---|---|
184 | 184 |
|
185 | 185 |
CREATE FUNCTION make_analytical_db() RETURNS void |
186 | 186 |
LANGUAGE sql |
187 |
AS $$CREATE TABLE public.analytical_db AS SELECT * FROM analytical_db_view$$;
|
|
187 |
AS $$CREATE TABLE analytical_db AS SELECT * FROM analytical_db_view$$; |
|
188 | 188 |
|
189 | 189 |
|
190 | 190 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: make_analytical_db(): Removed explicit schema reference so that the function can be redirected to use the current (rotated) schema using the search_path