From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Fwd: Copy out wording |
Date: | 2009-09-17 21:13:36 |
Message-ID: | 200909172113.n8HLDaV08216@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers pgsql-hackers |
Magnus Hagander wrote:
> On Thu, Sep 3, 2009 at 13:31, Andrew Dunstan<andrew(at)dunslane(dot)net> wrote:
> >
> >
> > Magnus Hagander wrote:
> >>
> >> Oh, hang on, "the NULL string" refers to the copy parameter? Not a
> >> part of the data? I read it as "a string being NULL". Maybe something
> >> like "the value of the NULL string parameter" to be overly clear for
> >> people like me? :-)
> >>
> >
> > We could change:
> >
> > ? A NULL is output as the NULL string and is not quoted, while a data value
> > ? matching the NULL string is quoted.
> >
> >
> > to
> >
> > ? A NULL is output as the NULL parameter and is not quoted, while a non-NULL
> > data value whose text representation
> > ? matches the NULL parameter is quoted.
> >
> >
> > or something similar. Would that be better?
>
> Yes, much better IMO.
I have applied the attached documentation clarification patch, and
backpatched it to 8.4.X.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
Attachment | Content-Type | Size |
---|---|---|
/rtmp/diff | text/x-diff | 1.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2009-09-17 21:29:46 | Re: Fwd: Copy out wording |
Previous Message | pgAdmin Trac | 2009-09-17 16:43:44 | Re: [pgAdmin III] #9: Ability to select a running backend, and copy the query straight into a new query tool window |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2009-09-17 21:14:23 | Re: updated join removal patch |
Previous Message | Bruce Momjian | 2009-09-17 21:13:02 | pgsql: CVS NULL Documentation Clearify documentation of CVS's output of |