| From: | "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #3363: Unable to load a plugin/library using -c switch to the psql |
| Date: | 2007-06-05 16:20:53 |
| Message-ID: | 200706051620.l55GKr08041015@wwwmaster.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3363
Logged by: Gurjeet Singh
Email address: singh(dot)gurjeet(at)gmail(dot)com
PostgreSQL version: 8.3devel
Operating system: Windows
Description: Unable to load a plugin/library using -c switch to the
psql
Details:
The following command fails:
psql postgres test -X -c "load '$libdir/plugins/index_adviser.dll';"
Here, 'test' user (non-superuser) is trying to connect to 'postgres'
database, and wishes to load a plugin as the first step.
But if the same 'load' command is fired by the same user after log-in
using psql, then the command succeeds.
postgres=> load '$libdir/plugins/index_adviser.dll';
NOTICE: IND ADV: Loaded; PID: 1164
LOAD
postgres=>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2007-06-05 16:33:19 | Re: BUG #3362: xlog corruption just after initdb on irix |
| Previous Message | Volodymyr Kostyrko | 2007-06-05 16:16:21 | password auth woes on sparc64/FreeBSD |