Fix missed \' to '' conversion.

This commit is contained in:
Tom Lane 2006-05-21 21:13:50 +00:00
parent 29dd673a94
commit 6450cee473

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