On Mon, 24 Feb 2003, Bob Smith wrote:
> I'm running Postgres 7.2.1 on MacOS X Server 10.1.5. Here's the
You'll need to update. There were some intermediate state bugs that were
fixed in 7.3.
> Now try to make a change:
>
> begin work;
> delete from table1 where key = 1;
> insert into table1 values (1, 'Changed Item 1');
> commit;
Including this one I believe.