Home
last modified time | relevance | path

Searched refs:minvalue (Results 1 – 25 of 2083) sorted by relevance

12345678910>>...84

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/libsrc/
H A Ddiutils.cc45 unsigned int DicomImageClass::rangeToBits(double minvalue, in rangeToBits() argument
49 if (minvalue > maxvalue) in rangeToBits()
51 const double temp = minvalue; in rangeToBits()
52 minvalue = maxvalue; in rangeToBits()
56 if (minvalue < 0) in rangeToBits()
58 if (fabs(minvalue) > fabs(maxvalue)) in rangeToBits()
102 const double temp = minvalue; in determineRepresentation()
103 minvalue = maxvalue; in determineRepresentation()
106 if (minvalue < 0) /* signed */ in determineRepresentation()
108 if ((-minvalue <= maxval(7, 0)) && (maxvalue <= maxval(7))) in determineRepresentation()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/libsrc/
H A Ddiutils.cxx57 EP_Representation DicomImageClass::determineRepresentation(double minvalue, in determineRepresentation() argument
60 if (minvalue > maxvalue) /* assertion: min < max ! */ in determineRepresentation()
62 const double temp = minvalue; in determineRepresentation()
63 minvalue = maxvalue; in determineRepresentation()
66 if (minvalue < 0) /* signed */ in determineRepresentation()
68 if ((-minvalue <= maxval(7, 0)) && (maxvalue <= maxval(7))) in determineRepresentation()
70 if ((-minvalue <= maxval(15, 0)) && (maxvalue <= maxval(15))) in determineRepresentation()
73 if (-minvalue > maxval(MAX_BITS - 1, 0)) in determineRepresentation()
77 …ofConsole.lockCerr() << "WARNING: minimum pixel value (" << minvalue << ") exceeds signed " << MAX… in determineRepresentation()
/dports/graphics/deegree-csw/deegree-csw/WEB-INF/scripts/sql/oracle/
H A Dcreate_database.sql1017 CREATE SEQUENCE CI_Address_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache…
1019 CREATE SEQUENCE CI_Contact_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache…
1025 CREATE SEQUENCE CI_Series_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache …
1040 CREATE SEQUENCE Facsimile_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache …
1046 CREATE SEQUENCE Keyword_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache no…
1047 CREATE SEQUENCE Language_ID_seq increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache n…
1049 CREATE SEQUENCE LI_Source_ID_SEQ increment by 1 start with 0 NOMAXVALUE minvalue 0 nocycle nocache …
1061 CREATE SEQUENCE MD_Format_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache …
1082 CREATE SEQUENCE MD_Usage_ID_SEQ increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache n…
1087 CREATE SEQUENCE PT_Locale_ID_seq increment by 1 start with 1 NOMAXVALUE minvalue 1 nocycle nocache …
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/Component/
H A DNumericalSpinner.java82 String minvalue = XConfigManager.getAttribute(peer, "min-value"); in NumericalSpinner() local
83 minvalue(minvalue); in NumericalSpinner()
115 String minvalue = XConfigManager.getAttribute(peer, "min-value"); in refresh() local
116 if (!minvalue.equals(minvalue())) { in refresh()
117 minvalue(minvalue); in refresh()
157 public final String minvalue() { in minvalue() method in NumericalSpinner
226 public final void minvalue(String minvalue) { in minvalue() method in NumericalSpinner
227 if (!minvalue.equals(XCommonManager.NAV) && !minvalue.equals("")) { in minvalue()
229 spinnerModel.setMinimum(new Double(minvalue)); in minvalue()
300 if (!minvalue().equals(XConfigManager.NAV)) { in toString()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Dinsert.sql172 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
307 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
308 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
309 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
313 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
314 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
317 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
406 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
407 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
408 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/sql_sequence/
H A Dalter.result24 alter sequence t1 minvalue=-100;
31 alter sequence t1 minvalue=100 start=100;
33 alter sequence t1 minvalue=100 start=100 restart=100;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
129 alter sequence t1 increment=-2 start with 50 minvalue=-100;
202 alter sequence t1 minvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
210 alter sequence t1 minvalue=100;
213 alter sequence if exists t1 minvalue=100;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/sql_sequence/
H A Dalter.result24 alter sequence t1 minvalue=-100;
31 alter sequence t1 minvalue=100 start=100;
33 alter sequence t1 minvalue=100 start=100 restart=100;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
129 alter sequence t1 increment=-2 start with 50 minvalue=-100;
202 alter sequence t1 minvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
210 alter sequence t1 minvalue=100;
213 alter sequence if exists t1 minvalue=100;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/sql_sequence/
H A Dalter.result24 alter sequence t1 minvalue=-100;
31 alter sequence t1 minvalue=100 start=100;
33 alter sequence t1 minvalue=100 start=100 restart=100;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
129 alter sequence t1 increment=-2 start with 50 minvalue=-100;
202 alter sequence t1 minvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
210 alter sequence t1 minvalue=100;
213 alter sequence if exists t1 minvalue=100;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/sql_sequence/
H A Dalter.result24 alter sequence t1 minvalue=-100;
31 alter sequence t1 minvalue=100 start=100;
33 alter sequence t1 minvalue=100 start=100 restart=100;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
129 alter sequence t1 increment=-2 start with 50 minvalue=-100;
202 alter sequence t1 minvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
210 alter sequence t1 minvalue=100;
213 alter sequence if exists t1 minvalue=100;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/sql_sequence/
H A Dalter.result24 alter sequence t1 minvalue=-100;
31 alter sequence t1 minvalue=100 start=100;
33 alter sequence t1 minvalue=100 start=100 restart=100;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
129 alter sequence t1 increment=-2 start with 50 minvalue=-100;
202 alter sequence t1 minvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
210 alter sequence t1 minvalue=100;
213 alter sequence if exists t1 minvalue=100;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/sql_sequence/
H A Dalter.result24 alter sequence t1 minvalue=-100;
31 alter sequence t1 minvalue=100 start=100;
33 alter sequence t1 minvalue=100 start=100 restart=100;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
129 alter sequence t1 increment=-2 start with 50 minvalue=-100;
202 alter sequence t1 minvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
210 alter sequence t1 minvalue=100;
213 alter sequence if exists t1 minvalue=100;
[all …]
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/froxlor/
H A Dfunction.checkCrondConfigurationFile.php56 $minvalue = "*";
58 $minvalue = "*/".$matches[1];
62 $cronfile .= $minvalue . " * * * * ";
65 $cronfile .= $hour_delay." " . $minvalue . " * * * ";
71 $cronfile .= "0 0 " . $minvalue . " * * ";
73 $cronfile .= $day_delay." 0 " . $minvalue . " * * ";
78 $cronfile .= $month_delay." 0 1 " . $minvalue . " * ";
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
461 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
462 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
463 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
467 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
468 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
471 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
559 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
560 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
561 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
468 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
469 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
470 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
474 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
475 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
478 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
570 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
571 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
572 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
468 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
469 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
470 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
474 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
475 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
478 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
570 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
571 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
572 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
468 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
469 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
470 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
474 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
475 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
478 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
570 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
571 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
572 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
468 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
469 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
470 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
474 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
475 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
478 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
570 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
571 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
572 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
468 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
469 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
470 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
474 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
475 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
478 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
570 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
571 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
572 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/sql/
H A Dinsert.sql213 create table part_gg1 partition of part_gg for values from (minvalue) to (1);
468 create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, ma…
469 …le mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue);
470 …te table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue);
474 create table mcrparted0 partition of mcrparted for values from (minvalue, minvalue, minvalue) to (1…
475 create table mcrparted1 partition of mcrparted for values from (2, 1, minvalue) to (10, 5, 10);
478 create table mcrparted4 partition of mcrparted for values from (21, minvalue, minvalue) to (30, 20,…
570 …ble mcrparted1_lt_b partition of mcrparted for values from (minvalue, minvalue) to ('b', minvalue);
571 create table mcrparted2_b partition of mcrparted for values from ('b', minvalue) to ('c', minvalue);
572 …parted3_c_to_common partition of mcrparted for values from ('c', minvalue) to ('common', minvalue);
[all …]

12345678910>>...84