Load or Copy ?? - Mailing list pgsql-sql

From Sebastian
Subject Load or Copy ??
Date
Msg-id 95pdei$lmt$1@news.tht.net
Whole thread Raw
Responses Re: Load or Copy ??  (Patrik Kudo <kudo@partitur.se>)
List pgsql-sql
Hi

What is wrong?

$result = pg_Exec($db,"COPY forum FROM {'datei.csv' | stdin} USING
DELIMITERS '|';");

I will load datei.csv into forum!

This is for MySQL:

$result = pg_Exec($db,"LOAD DATA INFILE 'datei.csv' INTO TABLE forum FIELDS
TERMINATED BY '|' LINES TERMINATED BY '\n'");

And for PostgreSQL:
????????????????????

Regards, Sebastian





pgsql-sql by date:

Previous
From: Brice Ruth
Date:
Subject: Re: SQL Join - MySQL/PostgreSQL difference?
Next
From: deepaji@chequemail.com
Date:
Subject: Returning a row from a function