]> git.openstreetmap.org Git - rails.git/blobdiff - db/README
object_list.type.relation isn't used by anything
[rails.git] / db / README
index f0002933938d842abfa0edf4aa09ac48551d6e03..39ce18023b2d1daa8638598e6e656dd7ec37931f 100644 (file)
--- a/db/README
+++ b/db/README
@@ -54,7 +54,7 @@ Creating functions for PgSQL
 
 Run this command in the db/functions directory:
 
-$ make libmyosm.so
+$ make libpgosm.so
 
 Now create the function as follows:
 
@@ -62,7 +62,7 @@ $ psql openstreetmap
 (This may need authentication or a -u <dbowneruid>)
 
 > 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