Re[2]: [GENERAL] Unimpletmented features

2000-08-16 Thread John Morton
On Wed, 16 Aug 2000 10:28:24 -0500 you wrote: > On Wed, Aug 16, 2000 at 06:44:27PM +1200, John Morton wrote: > > > > What happened when I tryed it: > > > > DBD::Pg::db do failed: ERROR: ALTER TABLE / ADD CONSTRAINT is not implemented > > > > I

Re[2]: [GENERAL] Restricting queries by the presence of a WHERE clause

2000-06-28 Thread John Morton
On Wed, 28 Jun 2000 11:50:25 -0400 you wrote: > John Morton <[EMAIL PROTECTED]> writes: > > What I'd like to be able to do is have the database drop any SELECT, > > UPDATE or DELETE queries unless they have something fairly specific in > > their WHERE clau

Re[2]: [GENERAL] Restricting queries by the presence of a WHERE clause

2000-06-28 Thread John Morton
On Wed, 28 Jun 2000 07:32:11 -0500 (EST) you wrote: > Wouldn't it be possible to create a trigger and check for the where clause > there? First of all, I've got no idea how to check a where clause inside a trigger, which was the main reason I asked :-) I've only every built trigger functions