From b4dc93ba0e822b20361e8428e5d0181da73ac1d1 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 25 Jun 2023 09:51:07 +0200 Subject: [PATCH] Update comment --- initdb/07naturalearthdata.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initdb/07naturalearthdata.sql b/initdb/07naturalearthdata.sql index 993247c..b3a9868 100644 --- a/initdb/07naturalearthdata.sql +++ b/initdb/07naturalearthdata.sql @@ -9,7 +9,7 @@ -- Import from shapefile -- # shp2pgsql ne_10m_geography_marine_polys.shp public.ne_10m_geography_marine_polys | psql -U ${POSTGRES_USER} signalk -- --- PostgSail Customization, add tropics area. +-- PostgSail Customization, add tropics and alaska area. -- List current database select current_database();