Re: Transaction-based insert w/PHP?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: SF Postgres <sfpug(at)postgresql(dot)org>
Subject: Re: Transaction-based insert w/PHP?
Date: 2003-02-13 01:03:55
Message-ID: 200302121703.55529.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

Dror,

> As a rule I agree. The only exception is for tool writers. People like
> us, who don't really know the structure of a table at run time, really
> benefit from using OIDs. As long as you remember that they're not unique
> across tables, you should be safe.

Yeah, sure, Zapatec needs to use OIDs. As do PGAdminIII and PGAccess. But
there's no reason for anyone writing a user database app to use OIDs.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse sfpug by date

  From Date Subject
Next Message Pius Chan 2003-02-13 17:17:41 pg_restore fails when restoring a database view
Previous Message Dror Matalon 2003-02-13 01:01:47 Re: Transaction-based insert w/PHP?