Re: [GENERAL] Problems with inequalities on numeric fields in 6.5

From: "Jonathan davis" <haj(at)idianet(dot)net>
To:
Cc: <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Problems with inequalities on numeric fields in 6.5
Date: 1999-07-07 15:08:23
Message-ID: 000601bec88a$90d0d600$0601a8c0@kosovo.idianet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello all

i want to : update virtual_table set field1 = 3 where index = 4;

create table virtual_table(index int4, field1 int4);

create table table1 ( ....)inherits(virtual_table);

create table table2( ....)inherits(virtual_table);

insert into table1(index, field1) values(4, 0);

and i want to change the value of field1

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan davis 1999-07-07 15:43:11 update and inherits
Previous Message Ted Nolan SRI Augusta GA 1999-07-07 14:19:46 Re: [GENERAL] How to compile PosttgreSQL on NT