[GENERAL] Replicating Binary Data from MS SQL 2000 to PG 8.2

2007-01-21 Thread Mike Poe
Hello, I have set up replication between a SQL 2000 server a PG 8.2.0-1 server (both running on Windows 2003). To date, I've been replicating four tables from a database with no problem whatsoever. I'm attempting to replicate a fifth table, which isn't working so well. The designer of the

[GENERAL] Question - Query based on WHERE OR

2007-01-11 Thread Mike Poe
I'm a rank newbie to Postgres am having a hard time getting my arms around this. I'm trying to construct a query to be run in a PHP script. I have an HTML form were someone can enter either a last name or a social security number then query the database based on what they entered. My query