Re: [HACKERS] Problem with rules and conditions

2001-07-15 Thread Jan Wieck
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),

[HACKERS] Problem with rules and conditions

2001-07-13 Thread Tobias Hermansson
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: