X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/63474e1f50d3d2678e17878ee6d689a025dda8ad..908d7233e09f33026b0e04f6dffa6845c2e141de:/db/README diff --git a/db/README b/db/README index 4f9fac629..39ce18023 100644 --- a/db/README +++ b/db/README @@ -62,7 +62,7 @@ $ psql openstreetmap (This may need authentication or a -u ) > CREATE FUNCTION maptile_for_point(int8, int8, int4) RETURNS int4 - AS '/path/to/rails-port/db/functions/libpgosm', 'maptile_for_point' + AS '/path/to/rails-port/db/functions/libpgosm.so', 'maptile_for_point' LANGUAGE C STRICT; Creating database skeleton tables