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 ...



-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to