Re: 8.1 release notes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: 8.1 release notes
Date: 2005-08-24 13:01:07
Message-ID: 200508241301.j7OD17u00881@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Treat wrote:
> On Wednesday 24 August 2005 02:01, Jim C. Nasby wrote:
> > On Wed, Aug 24, 2005 at 12:26:21AM -0400, Tom Lane wrote:
> > > "Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> > > > Is the intention that standard_conforming_strings will always be
> > > > read-only?
> > >
> > > For the moment it's read-only false; the long-term goal is that it will
> > > be read-only true. In between we will have a release or three where it
> > > is modifiable to some extent. I personally think it would be a *bad*
> > > idea if it were a mere USERSET variable --- we learned from the
> > > autocommit fiasco that changing fundamental semantics on a whim does
> > > not work. But there will need to be some way to alter it for testing
> > > purposes during the interregnum.
> >
> > The 'autocommit fiasco' isn't ringing a bell right now, so I'll take
> > your word for it. :)
> >
> > Bruce, can you add some info about this to
> > http://candle.pha.pa.us/cgi-bin/pgescape ? I intend to link to that when
> > I submit a patch to the release notes that links to more info on the
> > individual items.
>
> it seems odd to me to be linking to random pages on the net from the release
> notes... could that content be folder into the docs themselves and then a
> pointer to the relevent section of the docs be given instead?

Yes, I am thinking that is best too.

I have added this to the release notes:

Also, use two single-quotes ('') to embed a literal single-quote
in a string, rather than the PostgreSQL-supported syntax of
backslash single-quote (\'). The former is standards-conforming
and does not require the use of the E'' string syntax. You can
also use the $$ string syntax, which does not treat backslashes
specially.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Satoshi Nagayasu 2005-08-24 13:19:34 Re: Pre-allocated free space for row updating (like PCTFREE)
Previous Message Bruce Momjian 2005-08-24 12:49:15 Re: ECPG and escape strings