Re: [pgadmin-support] using tab delimiter for csv format import

2013-03-24 Thread Guillaume Lelarge
On Tue, 2013-02-26 at 12:41 -0800, Jeff Janes wrote: > On Sun, Feb 24, 2013 at 1:47 AM, Guillaume Lelarge > wrote: > > > On Sun, 2013-01-13 at 11:08 -0800, Jeff Janes wrote: > > > I have a tab-delimited text file I want to import into a table. > > > However, I do not want \t translated to tab char

Re: [pgadmin-support] using tab delimiter for csv format import

2013-02-26 Thread Jeff Janes
On Sun, Feb 24, 2013 at 1:47 AM, Guillaume Lelarge wrote: > On Sun, 2013-01-13 at 11:08 -0800, Jeff Janes wrote: > > I have a tab-delimited text file I want to import into a table. > > However, I do not want \t translated to tab characters, etc., which is > > what the "text" format does. My file

Re: [pgadmin-support] using tab delimiter for csv format import

2013-02-24 Thread Guillaume Lelarge
On Sun, 2013-01-13 at 11:08 -0800, Jeff Janes wrote: > I have a tab-delimited text file I want to import into a table. > However, I do not want \t translated to tab characters, etc., which is > what the "text" format does. My file does not contain any special > characters in need of escaping, and

[pgadmin-support] using tab delimiter for csv format import

2013-01-13 Thread Jeff Janes
I have a tab-delimited text file I want to import into a table. However, I do not want \t translated to tab characters, etc., which is what the "text" format does. My file does not contain any special characters in need of escaping, and \ always just represents itself. So instead I want to use th