X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/464c490cae90a5b8ad78c9d234c282c52314a1db..0f25285ab6f59b42535b21305cfcca00a285f028:/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