minor HISTORY improvement

Started by Neil Conwayalmost 23 years ago7 messagespatches
Jump to latest
#1Neil Conway
neilc@samurai.com

This patch adds another item to the "migration to 7.4" list in the
HISTORY file, and attributes the shared-buffer-alignment change to
Manfred Spraul.

-Neil

Attachments:

history-improv-1.patchtext/x-patch; charset=ANSI_X3.4-1968; name=history-improv-1.patchDownload+4-2
#2Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#1)
Re: minor HISTORY improvement

Thanks.

I have applied this to the SGML docs. The HISTORY file will be updated
automatically now.

---------------------------------------------------------------------------

Neil Conway wrote:

This patch adds another item to the "migration to 7.4" list in the
HISTORY file, and attributes the shared-buffer-alignment change to
Manfred Spraul.

-Neil

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Gaetano Mendola
mendola@bigfoot.com
In reply to: Bruce Momjian (#2)
Re: minor HISTORY improvement

Bruce Momjian wrote:

Thanks.

I have applied this to the SGML docs. The HISTORY file will be updated
automatically now.

I didn't see in the notes about the "Migration to
version 7.4" the fact that now inside a plpgsql
function is not anymore accepted declare a variable
in this way:
my_variable ALIAS FOR$1

(note the space missing between FOR and $1).

Regards
Gaetano Mendola

#4Bruce Momjian
bruce@momjian.us
In reply to: Gaetano Mendola (#3)
Re: minor HISTORY improvement

Gaetano Mendola wrote:

Bruce Momjian wrote:

Thanks.

I have applied this to the SGML docs. The HISTORY file will be updated
automatically now.

I didn't see in the notes about the "Migration to
version 7.4" the fact that now inside a plpgsql
function is not anymore accepted declare a variable
in this way:
my_variable ALIAS FOR$1

(note the space missing between FOR and $1).

Do you think people are actually doing that, and if they are, wouldn't
it be obvious how to fix it? Anyone else?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#4)
Re: minor HISTORY improvement

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Do you think people are actually doing that, and if they are, wouldn't
it be obvious how to fix it? Anyone else?

It would probably be good if these two history items:

* Dollar sign ($) is no longer allowed in operator names
* Dollar sign ($) can be a non-first character in identifiers

were mentioned in the "incompatibilities" section.

regards, tom lane

#6Gaetano Mendola
mendola@bigfoot.com
In reply to: Bruce Momjian (#4)
Re: minor HISTORY improvement

Bruce Momjian wrote:

Gaetano Mendola wrote:

Bruce Momjian wrote:

Thanks.

I have applied this to the SGML docs. The HISTORY file will be updated
automatically now.

I didn't see in the notes about the "Migration to
version 7.4" the fact that now inside a plpgsql
function is not anymore accepted declare a variable
in this way:
my_variable ALIAS FOR$1

(note the space missing between FOR and $1).

Do you think people are actually doing that, and if they are, wouldn't
it be obvious how to fix it? Anyone else?

I had a novice here that was lost because an old well functioning
stored procedure was not working anymore.
Just my 2 cents.

Regards
Gaetano Mendola

#7Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#5)
Re: minor HISTORY improvement

Added. Thanks.

---------------------------------------------------------------------------

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Do you think people are actually doing that, and if they are, wouldn't
it be obvious how to fix it? Anyone else?

It would probably be good if these two history items:

* Dollar sign ($) is no longer allowed in operator names
* Dollar sign ($) can be a non-first character in identifiers

were mentioned in the "incompatibilities" section.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

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