Обсуждение: BUG #6523: Problems with dbpool()

Поиск
Список
Период
Сортировка

BUG #6523: Problems with dbpool()

От
pradeep.vishwakarma@routesms.com
Дата:
The following bug has been logged on the website:

Bug reference:      6523
Logged by:          pradeep
Email address:      pradeep.vishwakarma@routesms.com
PostgreSQL version: 9.1.2
Operating system:   Window xp
Description:=20=20=20=20=20=20=20=20

Problem with COPY COMMAND in java code.
File path can't read with dbpool.It require base connection(PostgreSql).

Re: BUG #6523: Problems with dbpool()

От
"Kevin Grittner"
Дата:
<pradeep.vishwakarma@routesms.com> wrote:

> Problem with COPY COMMAND in java code.
> File path can't read with dbpool.It require base
> connection(PostgreSql).

It sounds like you need to investigate whether dbpool includes
support for database-specific extensions like COPY; and if so
whether and how the PostgreSQL COPY command is supported.  It looks
like the website for dbpool is here:

http://www.snaq.net/java/DBPool/

-Kevin