Skip to content

Commit

Permalink
Fix sql block typo in geography.rst
Browse files Browse the repository at this point in the history
The query doesn't show up in the rendered HTML page because of a typo
  • Loading branch information
ThomasPrioul authored Feb 17, 2025
1 parent 5ca8351 commit fb40312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgis-intro/sources/en/geography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The difference is under the covers: the geography index will correctly handle qu

Here's a query to find all the subway stations within 500 meters of the Empire State Building.

.. code-block::sql
.. code-block:: sql
SWITH empire_state_building AS (
SELECT 'POINT(-73.98501 40.74812)'::geography AS geog
Expand Down

0 comments on commit fb40312

Please sign in to comment.