Re: [INTERFACES] Ghost insert - Mailing list pgsql-interfaces

From D'Arcy" "J.M." Cain
Subject Re: [INTERFACES] Ghost insert
Date
Msg-id m121Bbd-0000daC@druid.net
Whole thread Raw
In response to Re: [INTERFACES] Ghost insert  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Thus spake Tom Lane
> "D'Arcy" "J.M." Cain <darcy@druid.net> writes:
> > Thus spake Enrique Rodriguez Lazaro
> >> I can't do a simple 'insert' from libpq.
> 
> > Just guessing here but is it possible that clientes is a view and you are
> > seeing the underlying table when you select after the insert?
> 
> Oooh, good thought --- but you are explaining it backwards.  If clientes
> was made with CREATE VIEW, then an INSERT into clientes would in fact
> insert data into clientes --- but you'd never see it again, because any
> SELECT from clientes would be redirected to whatever the view is of.
> (I've been burnt by that myself ;-).)

No, I think I was right but I probably used the wrong word.  By "underlying"
I meant the table returned instead of clientes.  I guess "redirected" would
have been a better word.

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-interfaces by date:

Previous
From: Enrique Rodriguez Lazaro
Date:
Subject: Re: [INTERFACES] Ghost insert
Next
From: Enrique Rodriguez Lazaro
Date:
Subject: Re: [ADMIN] Re: [INTERFACES] Ghost insert