mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-14 16:41:24 +00:00
9 lines
394 B
Lua
9 lines
394 B
Lua
---------------------------------------------------------------------
|
|
-- PostgreSQL specific tests and configurations.
|
|
-- $Id: postgres.lua,v 1.2 2006/01/25 19:15:21 tomas Exp $
|
|
---------------------------------------------------------------------
|
|
|
|
table.insert (CUR_METHODS, "numrows")
|
|
table.insert (EXTENSIONS, numrows)
|
|
table.insert (CONN_METHODS, "escape")
|
|
table.insert (EXTENSIONS, escape)
|