Обсуждение: How to run creating table and inserting data script file using Ant

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

How to run creating table and inserting data script file using Ant

От
Vernon Wu
Дата:
During the application configuration phrase, the sql script file shall be run to create tables and insert data into the
tables. 
I read over the online document  and haven't find how to get it done in Postgresql. Please share the information if you

can.

This question may not have anything do with jdbc. Since I only describe this mail list, I have to post the question in
this 
wrong place.

Thanks,

Vernon





Re: connection pooling

От
Ver Allan Sumabat
Дата:
Hi,

I need help on connection pooling in postgresql. I am
currently using a servlet on Tomcat 3.2.4. Is there a
written code to pool connections to postgres or I have
to write that myself?


Thanks in advance.

Allan

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

Re: connection pooling

От
"Arsalan Zaidi"
Дата:
Search for 'poolman' on google.

--Arsalan.
----- Original Message -----
From: Ver Allan Sumabat <ver_allan@yahoo.com>
To: <pgsql-jdbc@postgresql.org>
Sent: Monday, April 01, 2002 8:53 AM
Subject: Re: [JDBC] connection pooling


>
> Hi,
>
> I need help on connection pooling in postgresql. I am
> currently using a servlet on Tomcat 3.2.4. Is there a
> written code to pool connections to postgres or I have
> to write that myself?
>
>
> Thanks in advance.
>
> Allan
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Greetings - send holiday greetings for Easter, Passover
> http://greetings.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


Re: connection pooling

От
"Hubert"
Дата:
From what we heard , Poolman is discontinued. We had to look for another
solution. We choose a commercial one, part of another product we already
owned.
(www.inetsoftware.de)

Hubert

----- Original Message -----
From: "Arsalan Zaidi" <azaidi@directi.com>
To: "Ver Allan Sumabat" <ver_allan@yahoo.com>; "PostgreSQL jdbc list"
<pgsql-jdbc@postgresql.org>
Sent: Monday, April 01, 2002 8:02 AM
Subject: Re: [JDBC] connection pooling


> Search for 'poolman' on google.
>
> --Arsalan.
> ----- Original Message -----
> From: Ver Allan Sumabat <ver_allan@yahoo.com>
> To: <pgsql-jdbc@postgresql.org>
> Sent: Monday, April 01, 2002 8:53 AM
> Subject: Re: [JDBC] connection pooling
>
>
> >
> > Hi,
> >
> > I need help on connection pooling in postgresql. I am
> > currently using a servlet on Tomcat 3.2.4. Is there a
> > written code to pool connections to postgres or I have
> > to write that myself?
> >
> >
> > Thanks in advance.
> >
> > Allan
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Greetings - send holiday greetings for Easter, Passover
> > http://greetings.yahoo.com/
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>


Re: connection pooling

От
"Robert J. Sanford, Jr."
Дата:
continued development on poolman was discontinued but you can
still download the source code off of sourceforge. you can
download from http://sourceforge.net/projects/poolman/.

rjsjr

> -----Original Message-----
> From: pgsql-jdbc-owner@postgresql.org
> [mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Hubert
> Sent: Monday, April 01, 2002 1:57 AM
> To: Arsalan Zaidi; Ver Allan Sumabat; PostgreSQL jdbc list
> Subject: Re: [JDBC] connection pooling
>
>
> >From what we heard , Poolman is discontinued. We had to look for another
> solution. We choose a commercial one, part of another product we already
> owned.
> (www.inetsoftware.de)
>
> Hubert
>
> ----- Original Message -----
> From: "Arsalan Zaidi" <azaidi@directi.com>
> To: "Ver Allan Sumabat" <ver_allan@yahoo.com>; "PostgreSQL jdbc list"
> <pgsql-jdbc@postgresql.org>
> Sent: Monday, April 01, 2002 8:02 AM
> Subject: Re: [JDBC] connection pooling
>
>
> > Search for 'poolman' on google.
> >
> > --Arsalan.
> > ----- Original Message -----
> > From: Ver Allan Sumabat <ver_allan@yahoo.com>
> > To: <pgsql-jdbc@postgresql.org>
> > Sent: Monday, April 01, 2002 8:53 AM
> > Subject: Re: [JDBC] connection pooling
> >
> >
> > >
> > > Hi,
> > >
> > > I need help on connection pooling in postgresql. I am
> > > currently using a servlet on Tomcat 3.2.4. Is there a
> > > written code to pool connections to postgres or I have
> > > to write that myself?
> > >
> > >
> > > Thanks in advance.
> > >
> > > Allan
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Greetings - send holiday greetings for Easter, Passover
> > > http://greetings.yahoo.com/
> > >
> > > ---------------------------(end of
> broadcast)---------------------------
> > > TIP 2: you can get off all lists at once with the unregister command
> > >     (send "unregister YourEmailAddressHere" to
> majordomo@postgresql.org)
> > >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


Re: connection pooling

От
Ned Wolpert
Дата:
Poolman development is discontinued only temporarily.  According to the
author, he's giving control to someone in the Jakarta project, so it
will be back in alittle bit.

Version 2.0.4 works great, BTW.

On Mon, 2002-04-01 at 08:25, Robert J. Sanford, Jr. wrote:
> continued development on poolman was discontinued but you can
> still download the source code off of sourceforge. you can
> download from http://sourceforge.net/projects/poolman/.
>
> rjsjr
>
> > -----Original Message-----
> > From: pgsql-jdbc-owner@postgresql.org
> > [mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Hubert
> > Sent: Monday, April 01, 2002 1:57 AM
> > To: Arsalan Zaidi; Ver Allan Sumabat; PostgreSQL jdbc list
> > Subject: Re: [JDBC] connection pooling
> >
> >
> > >From what we heard , Poolman is discontinued. We had to look for another
> > solution. We choose a commercial one, part of another product we already
> > owned.
> > (www.inetsoftware.de)
> >
> > Hubert
> >
> > ----- Original Message -----
> > From: "Arsalan Zaidi" <azaidi@directi.com>
> > To: "Ver Allan Sumabat" <ver_allan@yahoo.com>; "PostgreSQL jdbc list"
> > <pgsql-jdbc@postgresql.org>
> > Sent: Monday, April 01, 2002 8:02 AM
> > Subject: Re: [JDBC] connection pooling
> >
> >
> > > Search for 'poolman' on google.
> > >
> > > --Arsalan.
> > > ----- Original Message -----
> > > From: Ver Allan Sumabat <ver_allan@yahoo.com>
> > > To: <pgsql-jdbc@postgresql.org>
> > > Sent: Monday, April 01, 2002 8:53 AM
> > > Subject: Re: [JDBC] connection pooling
> > >
> > >
> > > >
> > > > Hi,
> > > >
> > > > I need help on connection pooling in postgresql. I am
> > > > currently using a servlet on Tomcat 3.2.4. Is there a
> > > > written code to pool connections to postgres or I have
> > > > to write that myself?
> > > >
> > > >
> > > > Thanks in advance.
> > > >
> > > > Allan
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Yahoo! Greetings - send holiday greetings for Easter, Passover
> > > > http://greetings.yahoo.com/
> > > >
> > > > ---------------------------(end of
> > broadcast)---------------------------
> > > > TIP 2: you can get off all lists at once with the unregister command
> > > >     (send "unregister YourEmailAddressHere" to
> > majordomo@postgresql.org)
> > > >
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 6: Have you searched our list archives?
> > >
> > > http://archives.postgresql.org
> > >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
--

Virtually,
Ned Wolpert <ned.wolpert@knowledgenet.com>

D08C2F45:  28E7 56CB 58AC C622 5A51  3C42 8B2B 2739 D08C 2F45

Вложения