Re: [BUGS] An INSERT can kill the PostgreSQL server

2000-05-28 Thread Tom Lane
Richi Plana <[EMAIL PROTECTED]> writes: > create table devices (brand varchar(30), model varchar(30), serial > varchar(30), ro_community varchar(50)[], rw_community varchar(50)[], primary > key (brand, model, serial)); > create table routers (lo_address inet) inherits (devices); > insert into ro

Re: [BUGS] An INSERT can kill the PostgreSQL server

2000-05-28 Thread Tom Lane
Richi Plana <[EMAIL PROTECTED]> writes: > create table devices (brand varchar(30), model varchar(30), serial > varchar(30), ro_community varchar(50)[], rw_community varchar(50)[], primary > key (brand, model, serial)); > create table routers (lo_address inet) inherits (devices); > insert into rout