On Wed, Aug 3, 2011 at 2:41 PM, Geoffrey Myers
<lists(at)serioustechnology(dot)com> wrote:
> Am I correct in assuming that the 'running out of oids' issue was resolved
> with a design change within Postgresql?
not exactly -- for quite some time now the use of oids in user tables
has been discouraged. The right way to deal with this problem is not
to use oids at all.
merlin