Listing 16-19 caption fix

This commit is contained in:
anthonydb 2024-08-05 12:40:45 -04:00
parent 712cec0d31
commit 41a9bb7eae

View File

@ -293,7 +293,7 @@ SELECT ST_SetSRID(
FROM earthquakes FROM earthquakes
ORDER BY id; 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 -- Add a column of the geography data type
ALTER TABLE earthquakes ADD COLUMN earthquake_point geography(POINT, 4326); ALTER TABLE earthquakes ADD COLUMN earthquake_point geography(POINT, 4326);