@@ -310,7 +310,7 @@ static int lua_pg_connect(struct lua_State *L) { | |||
return 2; | |||
} | |||
LUA_API int luaopen_tarantool_pgsql_driver(lua_State *L) { | |||
LUA_API int luaopen_tarantool_psql_driver(lua_State *L) { | |||
static const struct luaL_Reg methods [] = { | |||
#if PG_VERSION_NUM >= 90000 | |||
{"quote", lua_pg_quote}, |