On Fri, Apr 1, 2011 at 6:04 AM, Sumit <[email protected]> wrote: > > The following bug has been logged online: > > Bug reference: 5962 > Logged by: Sumit > Email address: [email protected] > PostgreSQL version: 8.3 > Operating system: win 7 > Description: Problem Acessing Network Path > Details: > > I am trying to use lo_import('//user-xyz/abc.txt') > > this path can be accesed by any user but as postgres create a service > account and it has no acess of network > so is their any way to send user detail to acess the Network path in Query.
No, but you can use the psql command \lo_import instead. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
