Heikki Linnakangas wrote:
> 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.

Oh, I see what you mean. Yeah, the absolute paths need to be fixed :).

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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to