summaryrefslogtreecommitdiff
path: root/pgsql/bulk/testscript
blob: 60b7d92280b81db31085e1977e0aabf287817350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : pgsql/custom/testscript
# license   : GNU GPL v2; see accompanying LICENSE file

.include ../../database-options.testscript
.include ../../pgsql.testscript

+$create_schema

: basics
:
{
  $*;

  $* --fail-already-persistent 2>>EOE != 0
    multiple exceptions, 252 elements attempted, 1 failed, fatal:
    [251] object already persistent
    EOE
}