===========================================================================
$NetBSD$

To use lua-pgsql in your lua programs you must set this environ variable:

   LUA_INIT = "loadlib('/usr/pkg/lib/libluasqlpostgres.so',
		'luasql_libopen_postgres')();"

   You will probably will problems loading the library, then environ that:

   LD_LIBRARY_PATH=${PREFIX}/lib

===========================================================================
