Re: Renaming sequences

From: Zahid Rahman <zahidr1000(at)gmail(dot)com>
To: Mike Dewhirst <miked(at)dewhirst(dot)com(dot)au>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Renaming sequences
Date: 2019-12-18 07:17:57
Message-ID: CAPGSW3SCh9DU8f97ieEwCputSE99Dcu0CA3kn5X5RPgjSWTRWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm using this (see below).
Same thing fitting your description.
I should have said middle tier not front tier.

if your client will want to switch containers to Jetty,Jboss <or any other
container besides TC>
then you dont HAVE TO use tomcat dbcp alternative
and instead should use commons-dbcp-2.x as commons-dbcp-2.x works with ALL
CONTAINERS

https://commons.apache.org/proper/commons-dbcp/
DBCP – Overview - Apache Commons<
https://commons.apache.org/proper/commons-dbcp/>
The DBCP Component. Many Apache projects support interaction with a
relational database. Creating a new connection for each user can be time
consuming (often requiring multiple seconds of clock time), in order to
perform a database transaction that might take milliseconds.
commons.apache.org

On Wed, 18 Dec 2019, 07:13 Mike Dewhirst, <miked(at)dewhirst(dot)com(dot)au> wrote:

> On 18/12/2019 6:03 pm, Zahid Rahman wrote:
>
>
> I just had a quick look at django. It is not something I know of or use.
> Just a front end framework using python language as far as I can see.
>
>
> Depends on your perspective.
>
> From the database it is a front end. It has a very clever ORM which
> interfaces with all the popular DBMSs.
>
> If you're a web application developer it is a back end where the ORM
> (optionally) hides the database.
>
> I like it.
>
> M
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Dave Page 2019-12-18 09:14:28 Re: Complete PGADMIN4 installation instructions
Previous Message Mike Dewhirst 2019-12-18 07:13:07 Re: Renaming sequences