X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/45487e1ff8e7d334792440a2b5b3b1067269bfaf..359f967b3fa0f24ad9a95a5b8fa18a736a7fc229:/db/functions/quadtile.c diff --git a/db/functions/quadtile.c b/db/functions/quadtile.c index 0f787b739..472e8cb1e 100644 --- a/db/functions/quadtile.c +++ b/db/functions/quadtile.c @@ -18,7 +18,7 @@ PG_FUNCTION_INFO_V1(tile_for_point); * To bind this into PGSQL, try something like: * * CREATE FUNCTION tile_for_point(int4, int4) RETURNS int8 - * AS '/path/to/rails-port/db/functions/libpgosm', 'tile_for_point' + * AS '/path/to/openstreetmap-website/db/functions/libpgosm', 'tile_for_point' * LANGUAGE C STRICT; * * (without all the *s)