SV: [HACKERS] Foreign key checks/referential integrity.

2001-04-17 Thread Jarmo Paavilainen
Hi, ... key reference). Isn't then the query valid for those tuples which do not result in a violation of the referential integrity test? Shouldn't those tuples in a be deleted? The "all or nothing" approach causes this. And _here_ **I think** its correct behaviour. (IMHO user and backend

[HACKERS] ... WHERE column = 'string'

2000-10-05 Thread Jarmo Paavilainen
Hi, Im still trying to figure out how postgre does things. And Im clueless. Somewhere inside the backend there must occur a compare between "column" and 'string'. But where (and how)? Ive been messing around with the source code in Linux, but with no success. // Jarmo PS. dbinit failed when

[HACKERS] What do I need to be able to compile the source in Win32

2000-10-01 Thread Jarmo Paavilainen
Hi, The subject says it all. I want to mess up the backend so... Do I need lex or flex? Do I need autoconf (does it even exist for Windows)? Do I need Cygnus? Do I need any other aditional packages? Does it compile with VC6? Does nmake do or do I need gnu make? Or is it easier to play around