| 02:06:31 | ejot: | is there a simple way to check via psql that postgis has been installed? some command for listing extensions or version numbers? |
| 02:59:00 | jef: | ejot: select postgis_version( )? |
| 03:14:37 | ejot: | jef: returned function postgis_version( ) does not exist, but im guessing functions like those arent globally available? i need to load some support files into an preexisting database first? |
| 03:15:50 | jef: | ejot: yes. I thought that's what you meant with "has been installed". |
| 03:20:44 | ejot: | something like that.. .. but since the support files seem to load without problem, it must be installed. .. so all good : ) |
| 08:44:00 | CIA-34: | pramsey * r3966 /branches/1.3/lwgeom/measures.c: Fix for collection vs collection distance behavior. Per Nicklas Avén. GBT #146 |
| 08:44:36 | CIA-34: | pramsey * r3967 /trunk/liblwgeom/ ( 5 files in 2 dirs ): Fix for collection vs collection distance behavior. Per Nicklas Avén. GBT #146 |
| 10:01:45 | CIA-34: | robe * r3968 /trunk/doc/introduction.xml: Add Nicklas Avén to contributors list |
| 10:02:49 | CIA-34: | pramsey * r3969 /trunk/liblwgeom/cunit/ ( cu_measures.c cu_measures.h ): keywords |
| 15:13:46 | winkey: | ive seen 3 differnt places the contrib files like lwpostgis.sql are at on different systems, is there a way to tell ( prgramicly ) where they are? |
| 19:17:52 | bitner: | find / -name lwpostgis.sql |