Listing 16-19 caption fix
This commit is contained in:
parent
712cec0d31
commit
41a9bb7eae
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user