Re: BUG #5544: Bug while loading the csv file into the table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pavani Mallampati" <pavanimallampati(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5544: Bug while loading the csv file into the table
Date: 2010-07-08 14:21:27
Message-ID: 24416.1278598887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Pavani Mallampati" <pavanimallampati(at)gmail(dot)com> writes:
> Creating emp table in grid with the syntax.
> GridSQL -> create table employee_details(emp_id integer,
> GridSQL -> emp_name varchar,
> GridSQL -> emp_address varchar) with xrowid;
> OK

I don't know what "with xrowid" does; I suspect you need to be asking
the EDB folk for help, not us.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Hemanth 2010-07-08 14:33:18 BUG #5546: not able to connect to postgres through the oracle using
Previous Message Robert Haas 2010-07-08 13:33:22 Re: BUG #5545: permission denied on delete