update and inherits - Mailing list pgsql-general

From Jonathan davis
Subject update and inherits
Date
Msg-id 000e01bec88f$6b64cfc0$0601a8c0@kosovo.idianet.net
Whole thread Raw
List pgsql-general
>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
>
>


pgsql-general by date:

Previous
From: "Jonathan davis"
Date:
Subject: Re: [GENERAL] Problems with inequalities on numeric fields in 6.5
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Problems with inequalities on numeric fields in 6.5