при стартре netams полачаю
14.04.2006 16:31:16.8477 storage:1 [INFO]: postgres table 'oids' created
14.04.2006 16:31:16.8528 storage:1 [WARN]: postgres create function 'netams_tr_oids' failed: ERROR: language "plpgsql" does not exist
HINT: You need to use "createlang" to load the language into the database.14.04.2006 16:31:16.8555 storage:1 [WARN]: postgres create trigger 'netams_tr_oids' failed: ERROR: current transaction is aborted, commands ignored until end of transaction block
|storage: POSTGRESQL DB:1 opened [netams] for oids
14.04.2006 16:31:16.8607 storage:1 [WARN]: SQL Load data: postgres: COPY failed: ERROR: relation "oids" does not exist14.04.2006 16:31:16.8616 storage:1 [WARN]: Failed load data into sql for oids try "debug storage"
|storage: POSTGRESQL DB:1 opened [netams] for events
|storage: SQL->HDD/events 2 affected
делал
template1=# CREATE LANGUAGE plpgsql;
ERROR: syntax error at or near ";" at character 24
template1=#
>при стартре netams полачаю
>14.04.2006 16:31:16.8477 storage:1 [INFO]: postgres table 'oids' created
>14.04.2006 16:31:16.8528 storage:1 [WARN]: postgres create function 'netams_tr_oids' failed: ERROR: language
>"plpgsql" does not exist
>HINT: You need to use "createlang" to load the language into
>the database.
>
>14.04.2006 16:31:16.8555 storage:1 [WARN]: postgres create trigger 'netams_tr_oids' failed: ERROR: current
>transaction is aborted, commands ignored until end of transaction block
>
>|storage: POSTGRESQL DB:1 opened [netams] for oids
>14.04.2006 16:31:16.8607 storage:1 [WARN]: SQL Load data: postgres: COPY failed: ERROR:
>relation "oids" does not exist
>
>14.04.2006 16:31:16.8616 storage:1 [WARN]: Failed load data into sql for oids try
>"debug storage"
>|storage: POSTGRESQL DB:1 opened [netams] for events
>|storage: SQL->HDD/events 2 affected
>
>
>делал
>template1=# CREATE LANGUAGE plpgsql;
>ERROR: syntax error at or near ";" at character 24
>template1=#Синтаксис:
CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE имя HANDLER обработчик [ VALIDATOR функция_валидатор ]