From 41a9bb7eae8e0ea7cea208f9a60cba611cfddc22 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Mon, 5 Aug 2024 12:40:45 -0400 Subject: [PATCH] Listing 16-19 caption fix --- Chapter_16/Chapter_16.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_16/Chapter_16.sql b/Chapter_16/Chapter_16.sql index f01db67..f6ca8d3 100644 --- a/Chapter_16/Chapter_16.sql +++ b/Chapter_16/Chapter_16.sql @@ -293,7 +293,7 @@ SELECT ST_SetSRID( FROM earthquakes ORDER BY id; --- Listing 16-19: Converting JSON coordinates to a PostGIS geometry column +-- Listing 16-19: Converting JSON coordinates to a PostGIS geography column -- Add a column of the geography data type ALTER TABLE earthquakes ADD COLUMN earthquake_point geography(POINT, 4326);