Project

General

Profile

« Previous | Next » 

Revision 1937

main Makefile: VegBIEN DB: db: Use template0 to allow encodings other than UTF-8. Because template0 doesn't have plpgsql on PostgreSQL before 9.x, add "CREATE PROCEDURAL LANGUAGE plpgsql;" manually in schemas/vegbien.sql.make, and filter it back out on PostgreSQL after 9.x using db_dump_localize.

View differences:

vegbien.sql
1 1
--
2
-- Name: plpgsql; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: 
3
--
4

  
5
CREATE PROCEDURAL LANGUAGE plpgsql;
6

  
7

  
8
--
2 9
-- PostgreSQL database dump
3 10
--
4 11

  

Also available in: Unified diff