Open ppKrauss opened 6 years ago
Talvez as mesmas falhas em 2019 com PostgreSQL v12:
sh src/cache/make.sh
...
2019-11-25 15:50:56 (24.4 MB/s) - ‘/tmp/tmpcsv/br_city_codes.csv’ saved [424494/424494]
CREATE EXTENSION
CREATE EXTENSION
CREATE EXTENSION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE VIEW
CREATE VIEW
ERROR: schema "lib" does not exist
...
NOTICE: schema "dataset" does not exist, skipping
DROP SCHEMA
CREATE SCHEMA
CREATE FUNCTION
CREATE FUNCTION
CREATE TABLE
INSERT 0 1
CREATE TABLE
INSERT 0 8
CREATE TABLE
CREATE TABLE
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE TRIGGER
CREATE VIEW
CREATE VIEW
CREATE VIEW
CREATE VIEW
CREATE VIEW
CREATE VIEW
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
ERROR: set-returning functions are not allowed in CASE
LINE 6: WHEN jtd='tab-aoa' THEN jsonb_array_elements(j)
^
HINT: You might be able to move the set-returning function into a LATERAL FROM item.
ERROR: function dataset.big_asrows_aoa(integer) does not exist
LINE 2: SELECT dataset.big_asrows_aoa( dataset.meta_id($1) )
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: function dataset.big_asrows_aoa(integer) does not exist
LINE 8: (SELECT x FROM dataset.big_asrows_aoa($1) t(x))
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: function dataset.big_asrows_aoa_head(integer) does not exist
LINE 2: SELECT dataset.big_asrows_aoa_head( dataset.meta_id($1) )
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
CREATE FUNCTION
CREATE FUNCTION
...
CREATE FUNCTION
CREATE FUNCTION
ERROR: mismatched parentheses at or near ")"
LINE 41: );
^
CREATE EXTENSION
NOTICE: server "csv_files" does not exist, skipping
DROP SERVER
CREATE SERVER
INSERT 0 1
create
--------------------------------------------------
ok all created for dataset.vw6_autoridade (id 1)
(1 row)
.....
bye
-----------------------------------------------------
Use SELECT dataset.validate() to check constraints.
Falhas que aparecem durante o
sh src/cache/make.sh
:O problema surgiu com o seguinte conf:
Quando modificado o local-csv também deu erro