Alvaro Herrera wrote:
> Heikki Linnakangas wrote:
> 
>> + -- Basic test
>> + COPY xmltest TO 
>> '/home/hlinnaka/pg_sandbox/pgsql.cvshead/src/test/regress/results/xmltest.data'
>>  WITH BINARY;
>> + TRUNCATE xmltest;
>> + COPY xmltest FROM 
>> '/home/hlinnaka/pg_sandbox/pgsql.cvshead/src/test/regress/results/xmltest.data'
>>  WITH BINARY;
>> + SELECT * FROM xmltest;
>> +  id |        data        
>> + ----+--------------------
>> +   1 | <value>one</value>
>> +   2 | <value>two</value>
>> + (2 rows)
> 
> This isn't going to work ...

Care to elaborate?

We could test a lot more, but that at least calls the send/recv functions.

-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to