diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-10-21 01:42:14 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-10-21 01:42:14 +0000 |
| commit | e5cf1a8a26933ccaab49b708b1d4a3a6a9580509 (patch) | |
| tree | 6bb8713d105b75d8249286005ba72fda14f63252 /contrib/ltree/sql | |
| parent | 189c3481c447bed619c96b7801f06f75fadf8fdd (diff) | |
| download | postgresql-e5cf1a8a26933ccaab49b708b1d4a3a6a9580509.tar.gz | |
SET autocommit no longer needed in /contrib because pg_regress.sh does
it automatically now on regression session startup.
Diffstat (limited to 'contrib/ltree/sql')
| -rw-r--r-- | contrib/ltree/sql/ltree.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ltree/sql/ltree.sql b/contrib/ltree/sql/ltree.sql index 0d9defcca4..141bd43436 100644 --- a/contrib/ltree/sql/ltree.sql +++ b/contrib/ltree/sql/ltree.sql @@ -1,6 +1,4 @@ \set ECHO none -SET autocommit TO 'on'; - \i ltree.sql \set ECHO all |
