Revision 6213
Added by Aaron Marcuse-Kubitza about 12 years ago
functions.sql | ||
---|---|---|
4 | 4 |
|
5 | 5 |
SET statement_timeout = 0; |
6 | 6 |
SET client_encoding = 'UTF8'; |
7 |
SET standard_conforming_strings = off;
|
|
7 |
SET standard_conforming_strings = on;
|
|
8 | 8 |
SET check_function_bodies = false; |
9 | 9 |
SET client_min_messages = warning; |
10 |
SET escape_string_warning = off; |
|
11 | 10 |
|
12 | 11 |
-- |
13 | 12 |
-- Name: functions; Type: SCHEMA; Schema: -; Owner: - |
Also available in: Unified diff
schemas/*.sql: Updated for PostgreSQL 9.1.6, which has standard_conforming_strings = on (which affects \-escapes in string literals), escape_string_warning not explicitly set, and uses ALTER TABLE ONLY instead of ALTER TABLE