|
|
| · · · · · · · | |
|
Re: Error installing instrumentation functins on FreeBSD 6.1
I just tried running the admin81.sql script directly on the
server via psql.
I ran it twice - these are the results from the second
run:
%psql postgres < admin81.sql ERROR: could not access file "$libdir/admin81": No such file or directory ERROR: could not access file "$libdir/admin81": No such file or directory ERROR: could not access file "$libdir/admin81": No such file or directory ERROR: function pg_file_rename(text, text, "unknown") does not exist HINT: No function matches the given name and argument types. You may need to add explicit type casts. CONTEXT: SQL function "pg_file_rename" ERROR: could not access file "$libdir/admin81": No such file or directory ERROR: function "pg_logfile_rotate" already exists with same argument types ERROR: function "pg_file_read" already exists with same argument types ERROR: function "pg_file_length" already exists with same argument types %
|