Thread: virus in download of 7.2.2?
Not sure if it's a concern, but when I downloaded the 7.2.2 version, the MacAfee virus scan flags the file as containinga virus. MD5 checks out OK. Any idea why this happens? And is there a possibility that users may be scared off after getting such a message? Thanks, Matt (My net connection is currently via NT, unfortunately...)
Matt, I am running: OS Version: Windows XP Product Name: VirusScan Professional Edition Product Version: 7.00.5000.0 I came up with no viruses and md5 ckecks OK. I hope this will shed any light on it. Take Care. Sincerely, Dan ----- Original Message ----- From: "J Matt Clark" <jmattclark@attbi.com> To: <pgsql-novice@postgresql.org> Sent: Sunday, September 29, 2002 13.29 Subject: [NOVICE] virus in download of 7.2.2? > Not sure if it's a concern, but when I downloaded the 7.2.2 version, the MacAfee virus scan flags the file as containing a virus. > MD5 checks out OK. > > Any idea why this happens? And is there a possibility that users may be scared off after getting such a message? > > Thanks, > > Matt > (My net connection is currently via NT, unfortunately...) > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org >
Hi everyone, I'm trying to do a binary AND in a select statement but I get the following error: select * from new_tabl where ((col & 64) != 0); ERROR: Unable to identify an operator '&' for types 'int4' and 'int4' You will have to retype this query using an explicit cast I'm not sure what's wrong. col is defined as INTEGER. Any help would be appreciated. Chris
"Chris Pizzo" <chris@artinside.com> writes: > select * from new_tabl where ((col & 64) != 0); > ERROR: Unable to identify an operator '&' for types 'int4' and 'int4' Er ... how old is your Postgres? Integer & has been there since 7.1 AFAICT ... regards, tom lane