Re: [GENERAL] COPY for .CSV files problem

2007-10-01 Thread Jorge Godoy
On Monday 01 October 2007 05:20:52 pere roca wrote: > Hi everybody, > I want to enter a .CSV file using COPY comand and plpgsql. It enters > lat,lon and some data. In the CSV data there is no field (such as > "user_name" or current_time) that allow distinguish future queries for > different use

[GENERAL] COPY for .CSV files problem

2007-10-01 Thread pere roca
Hi everybody, I want to enter a .CSV file using COPY comand and plpgsql. It enters lat,lon and some data. In the CSV data there is no field (such as "user_name" or current_time) that allow distinguish future queries for different users (ex: select x,y from table where user_name=z; after enteri