1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00

Update /contrib regression tests for escape_string_warning.

This commit is contained in:
Bruce Momjian
2006-03-08 03:51:52 +00:00
parent 43ceb3d449
commit daab4a101f
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ SET search_path = public;
CREATE OR REPLACE FUNCTION earth() RETURNS float8
LANGUAGE SQL IMMUTABLE
AS 'SELECT \'6378168\'::float8';
AS 'SELECT ''6378168''::float8';
-- Astromers may want to change the earth function so that distances will be
-- returned in degrees. To do this comment out the above definition and