diff options
Diffstat (limited to 'contrib/lo')
| -rw-r--r-- | contrib/lo/lo.sql.in | 4 | ||||
| -rw-r--r-- | contrib/lo/lo_drop.sql | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/contrib/lo/lo.sql.in b/contrib/lo/lo.sql.in index 68c0114a5f..f043363301 100644 --- a/contrib/lo/lo.sql.in +++ b/contrib/lo/lo.sql.in @@ -1,7 +1,7 @@ -- -- PostgreSQL code for LargeObjects -- --- $Id: lo.sql.in,v 1.9 2002/12/31 10:22:03 inoue Exp $ +-- $Id: lo.sql.in,v 1.10 2003/05/14 03:25:56 tgl Exp $ -- -- -- Create the data type @@ -12,8 +12,6 @@ -- Adjust this setting to control where the objects get created. SET search_path = public; -SET autocommit TO 'on'; - CREATE FUNCTION lo_in(cstring) RETURNS lo AS 'MODULE_PATHNAME' diff --git a/contrib/lo/lo_drop.sql b/contrib/lo/lo_drop.sql index d7f34f8bed..c6c491b2c1 100644 --- a/contrib/lo/lo_drop.sql +++ b/contrib/lo/lo_drop.sql @@ -6,8 +6,6 @@ -- Adjust this setting to control where the objects get created. SET search_path = public; -SET autocommit TO 'on'; - -- remove our test table DROP TABLE a; |
