Страница 1 из 1

Кодировка вызываемых скриптов из действий векторного слоя

Добавлено: 07 дек 2011, 22:31
sanyasi
Запуск скрипта из консоли

Код: Выделить всё

./script_sh_fdb
DBD::Pg::st execute failed: ERROR:  invalid input syntax for type inet: ""
СТРОКА 7:  ip='' and "date" > unix_timestamp(now()::date - 7)
              ^ at ./script_sh_fdb line 23.
DBD::Pg::st fetchrow_hashref failed: no statement executing at ./script_sh_fdb line 24.
Запуск из действий, с захватом вывода.

Код: Выделить всё

Запуск /isp/bin/script_sh_fdb ...
DBD::Pg::st execute failed: ERROR: invalid input syntax for type inet: "" СТРОКА 7: ip='' and "date" > unix_timestamp(now()::date - 7) ^ at /isp/bin/script_sh_fdb line 23. DBD::Pg::st fetchrow_hashref failed: no statement executing at /isp/bin/script_sh_fdb line 24. 
Выполнено