Changeset: 6509b7bf6f3f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6509b7bf6f3f
Modified Files:
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
clients/Tests/SQL-dump.stable.out
clients/Tests/SQL-dump.stable.out.int128
clients/Tests/SQL-dump.stable.out.oid32
clients/Tests/SQL-dump.stable.out.oid32.int128
clients/Tests/exports.stable.out
gdk/gdk_calc.c
gdk/gdk_system.c
gdk/gdk_system.h
monetdb5/mal/mal_dataflow.c
sql/backends/monet5/sql.c
sql/backends/monet5/sql.mal
sql/backends/monet5/sql_upgrades.c
sql/scripts/75_storagemodel.sql
sql/storage/bat/bat_table.c
sql/test/Tests/systemfunctions.stable.out
sql/test/Tests/systemfunctions.stable.out.int128
sql/test/leaks/Tests/check0.stable.out
sql/test/leaks/Tests/check1.stable.out
sql/test/leaks/Tests/check1.stable.out.int128
sql/test/leaks/Tests/check2.stable.out
sql/test/leaks/Tests/check2.stable.out.int128
sql/test/leaks/Tests/check3.stable.out
sql/test/leaks/Tests/check3.stable.out.int128
sql/test/leaks/Tests/check4.stable.out
sql/test/leaks/Tests/check4.stable.out.int128
sql/test/leaks/Tests/check5.stable.out
sql/test/leaks/Tests/check5.stable.out.int128
sql/test/leaks/Tests/drop3.stable.out
sql/test/leaks/Tests/select1.stable.out
sql/test/leaks/Tests/select2.stable.out
sql/test/leaks/Tests/temp1.stable.out
sql/test/leaks/Tests/temp2.stable.out
sql/test/leaks/Tests/temp3.stable.out
Branch: resultset
Log Message:
Merge with default branch.
diffs (truncated from 25996 to 300 lines):
diff --git a/clients/Tests/MAL-signatures.stable.out
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -40851,7 +40851,7 @@ pattern sql.sysmon_pause(tag:sht):void
address SYSMONpause;
pattern sql.sysmon_queue()
(qtag:bat[:oid,:lng],user:bat[:oid,:str],started:bat[:oid,:timestamp],estimate:bat[:oid,:timestamp],progress:bat[:oid,:int],status:bat[:oid,:str],tag:bat[:oid,:oid],query:bat[:oid,:str])
address SYSMONqueue;
-pattern sql.storage()
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
+pattern sql.storage()
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],phash:bat[:oid,:bit],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
address sql_storage;
comment return a table with storage information
diff --git a/clients/Tests/MAL-signatures.stable.out.int128
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -51794,7 +51794,7 @@ pattern sql.sysmon_pause(tag:sht):void
address SYSMONpause;
pattern sql.sysmon_queue()
(qtag:bat[:oid,:lng],user:bat[:oid,:str],started:bat[:oid,:timestamp],estimate:bat[:oid,:timestamp],progress:bat[:oid,:int],status:bat[:oid,:str],tag:bat[:oid,:oid],query:bat[:oid,:str])
address SYSMONqueue;
-pattern sql.storage()
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
+pattern sql.storage()
(schema:bat[:oid,:str],table:bat[:oid,:str],column:bat[:oid,:str],type:bat[:oid,:str],mode:bat[:oid,:str],location:bat[:oid,:str],count:bat[:oid,:lng],atomwidth:bat[:oid,:int],columnsize:bat[:oid,:lng],heap:bat[:oid,:lng],hashes:bat[:oid,:lng],phash:bat[:oid,:bit],imprints:bat[:oid,:lng],sorted:bat[:oid,:bit])
address sql_storage;
comment return a table with storage information
diff --git a/clients/Tests/SQL-dump.stable.out
b/clients/Tests/SQL-dump.stable.out
--- a/clients/Tests/SQL-dump.stable.out
+++ b/clients/Tests/SQL-dump.stable.out
@@ -1169,7 +1169,7 @@ external name sql.sysmon_stop;
-- For strings we take a sample to determine their average length.
create function sys."storage"()
-returns table ("schema" string, "table" string, "column" string, "type"
string, "mode" string, location string, "count" bigint, typewidth int,
columnsize bigint, heapsize bigint, hashes bigint, imprints bigint, sorted
boolean)
+returns table ("schema" string, "table" string, "column" string, "type"
string, "mode" string, location string, "count" bigint, typewidth int,
columnsize bigint, heapsize bigint, hashes bigint, phash boolean, imprints
bigint, sorted boolean)
external name sql."storage";
create function sys.storagemodel()
returns table (
@@ -1340,7 +1340,7 @@ CREATE TABLE "sys"."_columns" (
"number" INTEGER,
"storage" VARCHAR(2048)
);
-COPY 355 RECORDS INTO "sys"."_columns" FROM stdin USING DELIMITERS
'\t','\n','"';
+COPY 356 RECORDS INTO "sys"."_columns" FROM stdin USING DELIMITERS
'\t','\n','"';
2002 "id" "int" 32 0 2001 NULL true 0 NULL
2003 "name" "varchar" 1024 0 2001 NULL true 1
NULL
2004 "authorization" "int" 32 0 2001 NULL true 2
NULL
@@ -1474,228 +1474,229 @@ 2149 "statement" "varchar" 2048 0
2139 N
2151 "id" "int" 32 0 2150 NULL true 0 NULL
2152 "name" "varchar" 1024 0 2150 NULL true 1
NULL
2153 "nr" "int" 32 0 2150 NULL true 2 NULL
-5195 "id" "int" 32 0 5194 NULL true 0 NULL
-5196 "name" "varchar" 1024 0 5194 NULL true 1
NULL
-5197 "schema_id" "int" 32 0 5194 NULL true 2
NULL
-5198 "query" "varchar" 2048 0 5194 NULL true 3
NULL
-5199 "type" "smallint" 16 0 5194 NULL true 4
NULL
-5200 "system" "boolean" 1 0 5194 NULL true
5 NULL
-5201 "commit_action" "smallint" 16 0 5194 NULL true
6 NULL
-5202 "access" "smallint" 16 0 5194 NULL true
7 NULL
-5203 "temporary" "smallint" 16 0 5194 NULL true
8 NULL
-5205 "id" "int" 32 0 5204 NULL true 0 NULL
-5206 "name" "varchar" 1024 0 5204 NULL true 1
NULL
-5207 "type" "varchar" 1024 0 5204 NULL true 2
NULL
-5208 "type_digits" "int" 32 0 5204 NULL true 3
NULL
-5209 "type_scale" "int" 32 0 5204 NULL true 4
NULL
-5210 "table_id" "int" 32 0 5204 NULL true 5
NULL
-5211 "default" "varchar" 2048 0 5204 NULL true
6 NULL
-5212 "null" "boolean" 1 0 5204 NULL true 7
NULL
-5213 "number" "int" 32 0 5204 NULL true 8
NULL
-5214 "storage" "varchar" 2048 0 5204 NULL true
9 NULL
-5221 "name" "varchar" 1024 0 5220 NULL true 0
NULL
-5222 "fullname" "varchar" 2048 0 5220 NULL true
1 NULL
-5223 "default_schema" "int" 9 0 5220 NULL true
2 NULL
-5227 "name" "varchar" 1024 0 5226 NULL true 0
NULL
-5228 "fullname" "varchar" 2024 0 5226 NULL true
1 NULL
-5229 "default_schema" "int" 9 0 5226 NULL true
2 NULL
-5231 "login_id" "int" 32 0 5230 NULL true 0
NULL
-5232 "role_id" "int" 32 0 5230 NULL true 1
NULL
-5234 "id" "int" 32 0 5233 NULL true 0 NULL
-5235 "name" "varchar" 1024 0 5233 NULL true 1
NULL
-5236 "grantor" "int" 32 0 5233 NULL true 2
NULL
-5238 "obj_id" "int" 32 0 5237 NULL true 0
NULL
-5239 "auth_id" "int" 32 0 5237 NULL true 1
NULL
-5240 "privileges" "int" 32 0 5237 NULL true 2
NULL
-5241 "grantor" "int" 32 0 5237 NULL true 3
NULL
-5242 "grantable" "int" 32 0 5237 NULL true 4
NULL
-5436 "id" "oid" 63 0 5444 NULL true 0 NULL
-5437 "owner" "clob" 0 0 5444 NULL true 1 NULL
-5438 "defined" "timestamp" 7 0 5444 NULL true
2 NULL
-5439 "query" "clob" 0 0 5444 NULL true 3 NULL
-5440 "pipe" "clob" 0 0 5444 NULL true 4 NULL
-5441 "plan" "clob" 0 0 5444 NULL true 5 NULL
-5442 "mal" "int" 32 0 5444 NULL true 6 NULL
-5443 "optimize" "bigint" 64 0 5444 NULL true
7 NULL
-5446 "id" "oid" 63 0 5455 NULL true 0 NULL
-5447 "start" "timestamp" 7 0 5455 NULL true 1
NULL
-5448 "stop" "timestamp" 7 0 5455 NULL true 2
NULL
-5449 "arguments" "clob" 0 0 5455 NULL true 3
NULL
-5450 "tuples" "wrd" 64 0 5455 NULL true 4
NULL
-5451 "run" "bigint" 64 0 5455 NULL true 5
NULL
-5452 "ship" "bigint" 64 0 5455 NULL true 6
NULL
-5453 "cpu" "int" 32 0 5455 NULL true 7 NULL
-5454 "io" "int" 32 0 5455 NULL true 8 NULL
-5457 "id" "oid" 63 0 5473 NULL true 0 NULL
-5458 "owner" "clob" 0 0 5473 NULL true 1 NULL
-5459 "defined" "timestamp" 7 0 5473 NULL true
2 NULL
-5460 "query" "clob" 0 0 5473 NULL true 3 NULL
-5461 "pipe" "clob" 0 0 5473 NULL true 4 NULL
-5462 "plan" "clob" 0 0 5473 NULL true 5 NULL
-5463 "mal" "int" 32 0 5473 NULL true 6 NULL
-5464 "optimize" "bigint" 64 0 5473 NULL true
7 NULL
-5465 "start" "timestamp" 7 0 5473 NULL true 8
NULL
-5466 "stop" "timestamp" 7 0 5473 NULL true 9
NULL
-5467 "arguments" "clob" 0 0 5473 NULL true 10
NULL
-5468 "tuples" "wrd" 64 0 5473 NULL true 11
NULL
-5469 "run" "bigint" 64 0 5473 NULL true 12
NULL
-5470 "ship" "bigint" 64 0 5473 NULL true 13
NULL
-5471 "cpu" "int" 32 0 5473 NULL true 14 NULL
-5472 "io" "int" 32 0 5473 NULL true 15 NULL
-5499 "event" "int" 32 0 5512 NULL true 0 NULL
-5500 "clk" "varchar" 20 0 5512 NULL true 1
NULL
-5501 "pc" "varchar" 50 0 5512 NULL true 2
NULL
-5502 "thread" "int" 32 0 5512 NULL true 3
NULL
-5503 "ticks" "bigint" 64 0 5512 NULL true 4
NULL
-5504 "rrsmb" "bigint" 64 0 5512 NULL true 5
NULL
-5505 "vmmb" "bigint" 64 0 5512 NULL true 6
NULL
-5506 "reads" "bigint" 64 0 5512 NULL true 7
NULL
-5507 "writes" "bigint" 64 0 5512 NULL true
8 NULL
-5508 "minflt" "bigint" 64 0 5512 NULL true
9 NULL
-5509 "majflt" "bigint" 64 0 5512 NULL true
10 NULL
-5510 "nvcsw" "bigint" 64 0 5512 NULL true 11
NULL
-5511 "stmt" "clob" 0 0 5512 NULL true 12 NULL
-5642 "user" "clob" 0 0 5648 NULL true 0 NULL
-5643 "login" "timestamp" 7 0 5648 NULL true 1
NULL
-5644 "sessiontimeout" "bigint" 64 0 5648 NULL
true 2 NULL
-5645 "lastcommand" "timestamp" 7 0 5648 NULL true
3 NULL
-5646 "querytimeout" "bigint" 64 0 5648 NULL true
4 NULL
-5647 "active" "boolean" 1 0 5648 NULL true
5 NULL
-5725 "name" "clob" 0 0 5728 NULL true 0 NULL
-5726 "def" "clob" 0 0 5728 NULL true 1 NULL
-5727 "status" "clob" 0 0 5728 NULL true 2
NULL
-5734 "name" "clob" 0 0 5736 NULL true 0 NULL
-5735 "value" "clob" 0 0 5736 NULL true 1 NULL
-5766 "qtag" "bigint" 64 0 5774 NULL true 0
NULL
-5767 "user" "clob" 0 0 5774 NULL true 1 NULL
-5768 "started" "timestamp" 7 0 5774 NULL true
2 NULL
-5769 "estimate" "timestamp" 7 0 5774 NULL true
3 NULL
-5770 "progress" "int" 32 0 5774 NULL true 4
NULL
-5771 "status" "clob" 0 0 5774 NULL true 5
NULL
-5772 "tag" "oid" 63 0 5774 NULL true 6 NULL
-5773 "query" "clob" 0 0 5774 NULL true 7 NULL
-5800 "rowid" "bigint" 64 0 5804 NULL true 0
NULL
-5801 "fldid" "int" 32 0 5804 NULL true 1 NULL
-5802 "message" "clob" 0 0 5804 NULL true 2
NULL
-5803 "input" "clob" 0 0 5804 NULL true 3 NULL
-6431 "file_id" "int" 32 0 6433 NULL true 0
NULL
-6432 "location" "char" 256 0 6433 NULL true 1
NULL
-6435 "dim_id" "int" 32 0 6439 NULL true 0
NULL
-6436 "file_id" "int" 32 0 6439 NULL true 1
NULL
-6437 "name" "varchar" 64 0 6439 NULL true 2
NULL
-6438 "length" "int" 32 0 6439 NULL true 3
NULL
-6441 "var_id" "int" 32 0 6447 NULL true 0
NULL
-6442 "file_id" "int" 32 0 6447 NULL true 1
NULL
-6443 "name" "varchar" 64 0 6447 NULL true 2
NULL
-6444 "vartype" "varchar" 64 0 6447 NULL true
3 NULL
-6445 "ndim" "int" 32 0 6447 NULL true 4 NULL
-6446 "coord_dim_id" "int" 32 0 6447 NULL true 5
NULL
-6449 "var_id" "int" 32 0 6453 NULL true 0
NULL
-6450 "dim_id" "int" 32 0 6453 NULL true 1
NULL
-6451 "file_id" "int" 32 0 6453 NULL true 2
NULL
-6452 "dimpos" "int" 32 0 6453 NULL true 3
NULL
-6455 "obj_name" "varchar" 256 0 6461 NULL true
0 NULL
-6456 "att_name" "varchar" 256 0 6461 NULL true
1 NULL
-6457 "att_type" "varchar" 64 0 6461 NULL true
2 NULL
-6458 "value" "clob" 0 0 6461 NULL true 3 NULL
-6459 "file_id" "int" 32 0 6461 NULL true 4
NULL
-6460 "gr_name" "varchar" 256 0 6461 NULL true
5 NULL
-6485 "schema" "clob" 0 0 6498 NULL true 0
NULL
-6486 "table" "clob" 0 0 6498 NULL true 1 NULL
-6487 "column" "clob" 0 0 6498 NULL true 2
NULL
-6488 "type" "clob" 0 0 6498 NULL true 3 NULL
-6489 "mode" "clob" 0 0 6498 NULL true 4 NULL
-6490 "location" "clob" 0 0 6498 NULL true 5
NULL
-6491 "count" "bigint" 64 0 6498 NULL true 6
NULL
-6492 "typewidth" "int" 32 0 6498 NULL true 7
NULL
-6493 "columnsize" "bigint" 64 0 6498 NULL true
8 NULL
-6494 "heapsize" "bigint" 64 0 6498 NULL true
9 NULL
-6495 "hashes" "bigint" 64 0 6498 NULL true
10 NULL
-6496 "imprints" "bigint" 64 0 6498 NULL true
11 NULL
-6497 "sorted" "boolean" 1 0 6498 NULL true
12 NULL
-6500 "schema" "clob" 0 0 6510 NULL true 0
NULL
-6501 "table" "clob" 0 0 6510 NULL true 1 NULL
-6502 "column" "clob" 0 0 6510 NULL true 2
NULL
-6503 "type" "clob" 0 0 6510 NULL true 3 NULL
-6504 "typewidth" "int" 32 0 6510 NULL true 4
NULL
-6505 "count" "bigint" 64 0 6510 NULL true 5
NULL
-6506 "distinct" "bigint" 64 0 6510 NULL true
6 NULL
-6507 "atomwidth" "int" 32 0 6510 NULL true 7
NULL
-6508 "reference" "boolean" 1 0 6510 NULL true
8 NULL
-6509 "sorted" "boolean" 1 0 6510 NULL true
9 NULL
-6548 "schema" "clob" 0 0 6558 NULL true 0
NULL
-6549 "table" "clob" 0 0 6558 NULL true 1 NULL
-6550 "column" "clob" 0 0 6558 NULL true 2
NULL
-6551 "type" "clob" 0 0 6558 NULL true 3 NULL
-6552 "count" "bigint" 64 0 6558 NULL true 4
NULL
-6553 "columnsize" "bigint" 64 0 6558 NULL true
5 NULL
-6554 "heapsize" "bigint" 64 0 6558 NULL true
6 NULL
-6555 "hashes" "bigint" 64 0 6558 NULL true
7 NULL
-6556 "imprints" "bigint" 64 0 6558 NULL true
8 NULL
-6557 "sorted" "boolean" 1 0 6558 NULL true
9 NULL
-6560 "schema" "clob" 0 0 6568 NULL true 0
NULL
-6561 "table" "clob" 0 0 6568 NULL true 1 NULL
-6562 "count" "bigint" 64 0 6568 NULL true 2
NULL
-6563 "columnsize" "bigint" 64 0 6568 NULL true
3 NULL
-6564 "heapsize" "bigint" 64 0 6568 NULL true
4 NULL
-6565 "hashes" "bigint" 64 0 6568 NULL true
5 NULL
-6566 "imprints" "bigint" 64 0 6568 NULL true
6 NULL
-6567 "auxiliary" "bigint" 64 0 6568 NULL true
7 NULL
-6570 "column_id" "int" 32 0 6581 NULL true 0
NULL
-6571 "type" "clob" 0 0 6581 NULL true 1 NULL
-6572 "width" "int" 32 0 6581 NULL true 2 NULL
-6573 "stamp" "timestamp" 7 0 6581 NULL true 3
NULL
-6574 "sample" "bigint" 64 0 6581 NULL true
4 NULL
-6575 "count" "bigint" 64 0 6581 NULL true 5
NULL
-6576 "unique" "bigint" 64 0 6581 NULL true
6 NULL
-6577 "nils" "bigint" 64 0 6581 NULL true 7
NULL
-6578 "minval" "clob" 0 0 6581 NULL true 8
NULL
-6579 "maxval" "clob" 0 0 6581 NULL true 9
NULL
-6580 "sorted" "boolean" 1 0 6581 NULL true
10 NULL
-6676 "file_id" "bigint" 64 0 6684 NULL false
0 NULL
-6677 "file_location" "clob" 0 0 6684 NULL false 1
NULL
-6678 "dbschema" "smallint" 16 0 6684 NULL false
2 NULL
-6679 "format_version" "varchar" 7 0 6684 NULL
true 3 NULL
-6680 "sorting_order" "varchar" 10 0 6684 NULL true
4 NULL
-6681 "comments" "clob" 0 0 6684 NULL true 5
NULL
-6686 "sn" "clob" 0 0 6697 NULL false 0 NULL
-6687 "file_id" "bigint" 64 0 6697 NULL false
1 NULL
-6688 "ln" "int" 32 0 6697 NULL true 2 NULL
-6689 "as" "int" 32 0 6697 NULL true 3 NULL
-6690 "m5" "clob" 0 0 6697 NULL true 4 NULL
-6691 "sp" "clob" 0 0 6697 NULL true 5 NULL
-6692 "ur" "clob" 0 0 6697 NULL true 6 NULL
-6699 "id" "clob" 0 0 6716 NULL false 0 NULL
-6700 "file_id" "bigint" 64 0 6716 NULL false
1 NULL
-6701 "cn" "clob" 0 0 6716 NULL true 2 NULL
-6702 "ds" "clob" 0 0 6716 NULL true 3 NULL
-6703 "dt" "timestamp" 7 0 6716 NULL true 4
NULL
-6704 "fo" "clob" 0 0 6716 NULL true 5 NULL
-6705 "ks" "clob" 0 0 6716 NULL true 6 NULL
-6706 "lb" "clob" 0 0 6716 NULL true 7 NULL
-6707 "pg" "clob" 0 0 6716 NULL true 8 NULL
-6708 "pi" "int" 32 0 6716 NULL true 9 NULL
-6709 "pl" "clob" 0 0 6716 NULL true 10 NULL
-6710 "pu" "clob" 0 0 6716 NULL true 11 NULL
-6711 "sm" "clob" 0 0 6716 NULL true 12 NULL
-6718 "id" "clob" 0 0 6728 NULL false 0 NULL
-6719 "file_id" "bigint" 64 0 6728 NULL false
1 NULL
-6720 "pn" "clob" 0 0 6728 NULL true 2 NULL
-6721 "cl" "clob" 0 0 6728 NULL true 3 NULL
-6722 "pp" "clob" 0 0 6728 NULL true 4 NULL
-6723 "vn" "clob" 0 0 6728 NULL true 5 NULL
-6730 "qname" "clob" 0 0 6741 NULL false 0 NULL
-6731 "flag" "smallint" 16 0 6741 NULL false 1
NULL
-6732 "rname" "clob" 0 0 6741 NULL false 2 NULL
-6733 "pos" "int" 32 0 6741 NULL false 3 NULL
-6734 "mapq" "smallint" 16 0 6741 NULL false 4
NULL
-6735 "cigar" "clob" 0 0 6741 NULL false 5 NULL
-6736 "rnext" "clob" 0 0 6741 NULL false 6 NULL
-6737 "pnext" "int" 32 0 6741 NULL false 7 NULL
-6738 "tlen" "int" 32 0 6741 NULL false 8 NULL
-6739 "seq" "clob" 0 0 6741 NULL false 9 NULL
-6740 "qual" "clob" 0 0 6741 NULL false 10 NULL
-6811 "function_id" "int" 32 0 6812 NULL true 0
NULL
+5196 "id" "int" 32 0 5195 NULL true 0 NULL
+5197 "name" "varchar" 1024 0 5195 NULL true 1
NULL
+5198 "schema_id" "int" 32 0 5195 NULL true 2
NULL
+5199 "query" "varchar" 2048 0 5195 NULL true 3
NULL
+5200 "type" "smallint" 16 0 5195 NULL true 4
NULL
+5201 "system" "boolean" 1 0 5195 NULL true
5 NULL
+5202 "commit_action" "smallint" 16 0 5195 NULL true
6 NULL
+5203 "access" "smallint" 16 0 5195 NULL true
7 NULL
+5204 "temporary" "smallint" 16 0 5195 NULL true
8 NULL
+5206 "id" "int" 32 0 5205 NULL true 0 NULL
+5207 "name" "varchar" 1024 0 5205 NULL true 1
NULL
+5208 "type" "varchar" 1024 0 5205 NULL true 2
NULL
+5209 "type_digits" "int" 32 0 5205 NULL true 3
NULL
+5210 "type_scale" "int" 32 0 5205 NULL true 4
NULL
+5211 "table_id" "int" 32 0 5205 NULL true 5
NULL
+5212 "default" "varchar" 2048 0 5205 NULL true
6 NULL
+5213 "null" "boolean" 1 0 5205 NULL true 7
NULL
+5214 "number" "int" 32 0 5205 NULL true 8
NULL
+5215 "storage" "varchar" 2048 0 5205 NULL true
9 NULL
+5222 "name" "varchar" 1024 0 5221 NULL true 0
NULL
+5223 "fullname" "varchar" 2048 0 5221 NULL true
1 NULL
+5224 "default_schema" "int" 9 0 5221 NULL true
2 NULL
+5228 "name" "varchar" 1024 0 5227 NULL true 0
NULL
+5229 "fullname" "varchar" 2024 0 5227 NULL true
1 NULL
+5230 "default_schema" "int" 9 0 5227 NULL true
2 NULL
+5232 "login_id" "int" 32 0 5231 NULL true 0
NULL
+5233 "role_id" "int" 32 0 5231 NULL true 1
NULL
+5235 "id" "int" 32 0 5234 NULL true 0 NULL
+5236 "name" "varchar" 1024 0 5234 NULL true 1
NULL
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list