Re: [GENERAL] To BLOB Or Not To BLOB

2000-04-17 Thread chewie
ossible -- at least in this case. -- Chad "^chewie, gunnarr" Walstrom <[EMAIL PROTECTED]> http://wookimus.net/chewie

Re: [GENERAL] Can't I create indexes on BOOL columns?

1999-12-13 Thread ^chewie
Chad Walstrom mailto:[EMAIL PROTECTED] a.k.a ^chewie, gunnarr http://wookimus.net/~chewie Gnupg = B4AB D627 9CBD 687E 7A31 1950 0CC7 0B18 206C 5AFD

Re: [GENERAL] postgres libpq library

1999-12-02 Thread ^chewie
proposal stage right now. You know. I, for one, have a little bit of free time I could donate to contributing to the Postgresql project. I know C and would not mind learning how to implement POSIX threading. Like any project, it needs to start somewhere with someone. I suppose I should join the [HACKERS] list, then, huh? ;-) ^chewie <[EMAIL PROTECTED]>

Re: [GENERAL] CREATE OPERATOR error

1999-11-16 Thread ^chewie
On Tue, 16 Nov 1999, Brandon Ibach wrote: BI>Can anybody explain what might be happening here? BI> BI> abc=> create operator =* ( leftarg = varchar, rightarg = varchar, BI> abc->procedure = vciceq, commutator = =* ); BI> ERROR: parser: parse error at or near "varchar" BI> BI>The fu