Home
last modified time | relevance | path

Searched refs:dnotnulltest (Results 51 – 75 of 86) sorted by relevance

1234

/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql96-client/postgresql-9.6.24/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/test/regress/expected/
H A Ddomain.out421 create domain dnotnulltest integer;
423 ( col1 dnotnulltest
424 , col2 dnotnulltest
427 alter domain dnotnulltest set not null; -- fails
430 alter domain dnotnulltest set not null; -- fails
433 alter domain dnotnulltest set not null;
435 ERROR: domain dnotnulltest does not allow null values
436 alter domain dnotnulltest drop not null;
438 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-server/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/expected/
H A Ddomain.out647 create domain dnotnulltest integer;
649 ( col1 dnotnulltest
650 , col2 dnotnulltest
653 alter domain dnotnulltest set not null; -- fails
656 alter domain dnotnulltest set not null; -- fails
659 alter domain dnotnulltest set not null;
661 ERROR: domain dnotnulltest does not allow null values
662 alter domain dnotnulltest drop not null;
664 drop domain dnotnulltest cascade;
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/expected/
H A Ddomain.out653 create domain dnotnulltest integer;
655 ( col1 dnotnulltest
656 , col2 dnotnulltest
659 alter domain dnotnulltest set not null; -- fails
662 alter domain dnotnulltest set not null; -- fails
665 alter domain dnotnulltest set not null;
667 ERROR: domain dnotnulltest does not allow null values
668 alter domain dnotnulltest drop not null;
670 drop domain dnotnulltest cascade;

1234