hi,
i am unable to run acspg but i did everything in the install,
when i attempt my first connection to the server it gives me the
following error:
Notice: Querying 'select sec_rotate_last_visit(17, 957389500);'
Error: Ns_PgExec: result status: 7 message: ERROR: No such function
'bpchar' with the specified attributes
Notice: nsd.db: sql(localhost::acspg): select
sec_rotate_last_visit(17, 957389500)Error: Filter
sec_read_security_info returned error #1: Database operation "1row"
failed (exception NSDB, "Query was not a statement returning rows.")
Error: nsd.tcl: Invalid return code from filter proc: Critical filter
sec_read_security_info failed. (must be filter_ok, filter_return, or
filter_break)
when i run the following query from psql it gives me the same error:
acspg=> select sec_rotate_last_visit(17, 957389500);
ERROR: No such function 'bpchar' with the specified attributes
any help??