On Sunday 20 June 2010, Peter Eisentraut wrote:
> On lör, 2010-06-19 at 22:56 +0100, David Goodenough wrote:
> > These projects need help to realise that adding Postgresql is not a
> > big
> > job, especially for those using JDBC which can already connect to all
> > DBs. It strikes me that if the
database agnostic code is theoretically a great idea. However, you lose
most of the advantages of the chosen database engine. For example, if
you support an engine that does not support relational integrity you
cannot use delete cascades.
The most efficient way is to have a separate backend module
On Sunday 20 June 2010, Sim Zacks wrote:
> database agnostic code is theoretically a great idea. However, you lose
> most of the advantages of the chosen database engine. For example, if
> you support an engine that does not support relational integrity you
> cannot use delete cascades.
> The most
David Goodenough wrote on 20.06.2010 11:08:
I don't support anyone has written a "how to write database agnostic
code" guide? That way its not a matter of porting, more a matter of
starting off right.
I don't believe in "database agnostic code".
In the end it basically means that the applicat
2010/6/20 AI Rumman
> I am using a PHP client. Is there a way to do the above task with php?
>
>
>
Sure, perform two queries in one transaction.
regards
Szymon Guz
On Sun, 20 Jun 2010 12:52:22 +0200
Thomas Kellerer wrote:
> David Goodenough wrote on 20.06.2010 11:08:
> > I don't support anyone has written a "how to write database
> > agnostic code" guide? That way its not a matter of porting,
> > more a matter of starting off right.
>
> I don't believe in
Hello,
My company looking for some solution for High availability with Postgres.
Our optional solution is as follows :
Two DB servers will be using a common external storage (with raid). Both
servers are going to use the same DB files on the storage (as
active/passive)
Now I'm trying to understa
On Sun, Jun 20, 2010 at 07:34:10PM +0300, Elior Soliman wrote:
> Hello,
>
> My company looking for some solution for High availability with Postgres.
>
> Our optional solution is as follows :
> Two DB servers will be using a common external storage (with raid).
Stop right there. This is the Ora
On Sun, Jun 20, 2010 at 10:08:34AM +0100, David Goodenough wrote:
> On Sunday 20 June 2010, Peter Eisentraut wrote:
> > On lör, 2010-06-19 at 22:56 +0100, David Goodenough wrote:
> > > These projects need help to realise that adding Postgresql is
> > > not a big job, especially for those using JDBC
On 21/06/10 00:34, Elior Soliman wrote:
> Hello,
>
> My company looking for some solution for High availability with Postgres.
>
> Our optional solution is as follows :
> Two DB servers will be using a common external storage (with raid). Both
> servers are going to use the same DB files on the s
Sorry for being so insistent, but I need to solve this one and I think
that you can help me.
Is here anyone who faced the same situation / problem ? If it is, please
tell me how can I manually insert records into pg_statistics.
Thank you again.
Regards,
Tedy
Teodor Macicas wrote:
Hello everyo
On Sunday 20 June 2010 12.52:22 Thomas Kellerer wrote:
> I don't believe in "database agnostic code".
Using a db abstraction may be the right way to write "database agnostic
code".
I have quite a good impression of SQLAlchemy, for example: it is quite
generic, and it is still possible to write
On 06/20/10 10:36 AM, David Fetter wrote:
On Sun, Jun 20, 2010 at 07:34:10PM +0300, Elior Soliman wrote:
My company looking for some solution for High availability with Postgres.
Our optional solution is as follows :
Two DB servers will be using a common external storage (with raid).
On 20/06/2010 17:34, Elior Soliman wrote:
> Hello,
>
> My company looking for some solution for High availability with Postgres.
There's quite a bit of information in the documentation here:
http://www.postgresql.org/docs/8.4/static/high-availability.html
HTH,
Ray.
--
Raymond O'Donnell ::
Hi,
On 21/06/2010, at 3:37 AM, Raymond O'Donnell wrote:
On 20/06/2010 17:34, Elior Soliman wrote:
Hello,
My company looking for some solution for High availability with
Postgres.
There's quite a bit of information in the documentation here:
http://www.postgresql.org/docs/8.4/static/high
15 matches
Mail list logo