Tobias Hermansson wrote:
> Hello,
>
> I have a problem with rules in postgres, it may be a bug, or maybe I'm doing
> something wrong. I'm running version 7.1.2 on a freebsd 4.3 box.
>
> Here is my table:
>
> CREATE TABLE customer (
> cono integer not null,
> Name varchar,
> ssn varchar(10),
Hello,
I have a problem with rules in postgres, it may be a bug, or maybe I'm doing
something wrong. I'm running version 7.1.2 on a freebsd 4.3 box.
Here is my table:
CREATE TABLE customer (
cono integer not null,
Name varchar,
ssn varchar(10),
PRIMARY KEY (cono)
);
Here is the rule: