Re: [GENERAL] COPY command documentation

2011-07-15 Thread Fabio Milillo
happily using COPY, > Oisin > > > > ---(end of broadcast)--- > TIP 2: Don't 'kill -9' the postmaster > -- View this message in context: http://postgresql.1045698.n5.nabble.com/GENERAL-COPY-command-documentation-tp1858906p

Re: [GENERAL] COPY command documentation

2006-04-21 Thread Bruce Momjian
I have added the following patch for 8.2 that suggests using E'' strings and doubling backslashes used as path separators, and backpatched the later suggestion to 8.1. Thanks. --- Oisin Glynn wrote: > I have driven myself t

Re: [GENERAL] COPY command documentation

2006-03-24 Thread Dave Page
> -Original Message- > From: Jim C. Nasby [mailto:[EMAIL PROTECTED] > Sent: 24 March 2006 12:28 > To: Dave Page > Cc: David Fetter; Oisin Glynn; pgsql general; PostgreSQL Docs > Subject: Re: [GENERAL] COPY command documentation > > But now that stuff gets &#

Re: [GENERAL] COPY command documentation

2006-03-24 Thread Jim C. Nasby
On Fri, Mar 24, 2006 at 08:58:55AM +, Dave Page wrote: > On 23/3/06 20:12, "David Fetter" <[EMAIL PROTECTED]> wrote: > > > On Thu, Mar 23, 2006 at 07:00:13PM +0100, Jim Nasby wrote: > >> On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: > >> > >>> I just discovered that the comments from 8.0 ha

Re: [GENERAL] COPY command documentation

2006-03-24 Thread Dave Page
On 23/3/06 20:12, "David Fetter" <[EMAIL PROTECTED]> wrote: > On Thu, Mar 23, 2006 at 07:00:13PM +0100, Jim Nasby wrote: >> On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: >> >>> I just discovered that the comments from 8.0 had the answer I was >>> looking for but these comments are not in the

Re: [DOCS] [GENERAL] COPY command documentation

2006-03-23 Thread Robert Treat
On Thursday 23 March 2006 17:46, David Fetter wrote: > On Thu, Mar 23, 2006 at 04:46:02PM -0500, Robert Treat wrote: > > > ...and it's unlikely that they will, now or later, without > > > somebody whose whole job is to monitor those comments and make > > > patches. > > > > Well, we do make some att

Re: [DOCS] [GENERAL] COPY command documentation

2006-03-23 Thread David Fetter
On Thu, Mar 23, 2006 at 04:46:02PM -0500, Robert Treat wrote: > > ...and it's unlikely that they will, now or later, without > > somebody whose whole job is to monitor those comments and make > > patches. > > Well, we do make some attempt at rolling comments into the docs > where appropriate, but

Re: [DOCS] [GENERAL] COPY command documentation

2006-03-23 Thread Robert Treat
On Thursday 23 March 2006 15:12, David Fetter wrote: > On Thu, Mar 23, 2006 at 07:00:13PM +0100, Jim Nasby wrote: > > On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: > > >I just discovered that the comments from 8.0 had the answer I was > > >looking for but these comments are not in the 8.1 docs. S

Re: [DOCS] [GENERAL] COPY command documentation

2006-03-23 Thread Martijn van Oosterhout
On Thu, Mar 23, 2006 at 03:31:42PM -0500, Oisin Glynn wrote: > I am a Windows only developer (for my sins) and to be honest we are > using postgres allot and are impressed by it but the *NIX centric > examples in the docs can sometimes be a challenge, if there is a clear > difference between Win

Re: [DOCS] [GENERAL] COPY command documentation

2006-03-23 Thread Oisin Glynn
Scott Marlowe wrote: On Thu, 2006-03-23 at 14:12, David Fetter wrote: On Thu, Mar 23, 2006 at 07:00:13PM +0100, Jim Nasby wrote: On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: I just discovered that the comments from 8.0 had the answer I was looking for but these comments are

Re: [DOCS] [GENERAL] COPY command documentation

2006-03-23 Thread Scott Marlowe
On Thu, 2006-03-23 at 14:12, David Fetter wrote: > On Thu, Mar 23, 2006 at 07:00:13PM +0100, Jim Nasby wrote: > > On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: > > > > >I just discovered that the comments from 8.0 had the answer I was > > >looking for but these comments are not in the 8.1 docs

Re: [GENERAL] COPY command documentation

2006-03-23 Thread David Fetter
On Thu, Mar 23, 2006 at 07:00:13PM +0100, Jim Nasby wrote: > On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: > > >I just discovered that the comments from 8.0 had the answer I was > >looking for but these comments are not in the 8.1 docs. Should the > >comments be rolled forward as new version

Re: [GENERAL] COPY command documentation

2006-03-23 Thread Jim Nasby
On Mar 23, 2006, at 4:08 PM, Oisin Glynn wrote: I just discovered that the comments from 8.0 had the answer I was looking for but these comments are not in the 8.1 docs. Should the comments be rolled forward as new versions are created? Or if valid comments added to the docs themselves? h

[GENERAL] COPY command documentation

2006-03-23 Thread Oisin Glynn
I have driven myself to distraction for the last 30 minutes trying to get COPY to work on Windows XP. The Unix style c:/afolder/afile instead of c:\afolder\afile was a desperation attempt. I had tried all sorts of double slashes \\ putting the whole path in quotes basically all sorts of fool