"Mike-Olumide Johnson" <[EMAIL PROTECTED]> writes:
> 'Output from SQL commands in file
> /root/freeradius-1.0.1/src/modules/rlm_sql/drivers/rlm_sql_postgresql/db_ pos
> tgresql.sql .. psql: Warning: The -u option is deprecated. Use -U.
That means what it says.
> /root/freeradius-1.0.1/src/modules/rlm_sql/drivers/rlm_sql_postgresql/db_ pos
> tgresql.sql: Permission denied '
That does not look like a Postgres error message at all --- looks more
like an operating-system file permissions violation. Check whether you
have execute permission on the script, for instance.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match