Home
last modified time | relevance | path

Searched refs:posint2 (Results 76 – 86 of 86) sorted by relevance

1234

/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/expected/
H A Ddomain.out927 create domain posint2 as posint check (value % 2 = 0);
928 create table ddtest2(f1 posint2);
930 ERROR: value for domain posint2 violates check constraint "posint2_check"
932 ERROR: value for domain posint2 violates check constraint "c1"
940 NOTICE: drop cascades to type posint2

1234