Re: [PATCHES] I have a non-ascii name.

2005-12-06 Thread Bruce Momjian

Patch applied.  Thanks.  Your documentation changes can be viewed in
five minutes using links on the developer's page,
http://www.postgresql.org/developer/testing.

I know I have fixed previous versions that did not use ampersand
escapes, but forgot to do it in 8.1.  I have added a documentation
mention that this needs to be adjusted for every release.

---


Dennis Bjorklund wrote:
 Since my name has a non-ascii-letter in it, it's often spelled wrong. In
 the latest release notes there is a latin1 character that shouldn't be
 there so I made a patch to fix that. This patch also fixes some old
 entries that uses o instead of ouml; (which is also wrong but not as bad 
 as including a latin1 character in the sgml file).
 
 I guess this should be applied to both head and 8.1?
 
 -- 
 /Dennis Bj?rklund

Content-Description: 

[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 4: Have you searched our list archives?
 
http://archives.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

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


[PATCHES] I have a non-ascii name.

2005-12-05 Thread Dennis Bjorklund
Since my name has a non-ascii-letter in it, it's often spelled wrong. In
the latest release notes there is a latin1 character that shouldn't be
there so I made a patch to fix that. This patch also fixes some old
entries that uses o instead of ouml; (which is also wrong but not as bad 
as including a latin1 character in the sgml file).

I guess this should be applied to both head and 8.1?

-- 
/Dennis Björklund
Index: release.sgml
===
RCS file: /cvsroot/pgsql/doc/src/sgml/release.sgml,v
retrieving revision 1.401
diff -u -c -r1.401 release.sgml
*** release.sgml15 Nov 2005 22:16:03 -  1.401
--- release.sgml5 Dec 2005 19:27:08 -
***
*** 1121,1127 
  
listitem
 para
! Add a function functionlastval()/(Dennis Björklund)
 /para
 para
  functionlastval()/ is a simplified version of
--- 1121,1127 
  
listitem
 para
! Add a function functionlastval()/ (Dennis Bjouml;rklund)
 /para
 para
  functionlastval()/ is a simplified version of
***
*** 4236,4242 

listitem
 para
! Allow function parameters to be declared with names (Dennis Bjorklund)
 /para
 para
  This allows better documentation of functions.  Whether the names
--- 4236,4242 

listitem
 para
! Allow function parameters to be declared with names (Dennis 
Bjouml;rklund)
 /para
 para
  This allows better documentation of functions.  Whether the names
***
*** 4247,4253 

listitem
 para
! Allow PL/pgSQL parameter names to be referenced in the function 
(Dennis Bjorklund)
 /para
 para
  This basically creates an automatic alias for each named parameter.
--- 4247,4253 

listitem
 para
! Allow PL/pgSQL parameter names to be referenced in the function 
(Dennis Bjouml;rklund)
 /para
 para
  This basically creates an automatic alias for each named parameter.
***
*** 4424,4430 
listitem
 para
  Have command\dn+/ show permissions and description for schemas 
(Dennis
! Bjorklund)
 /para
/listitem

--- 4424,4430 
listitem
 para
  Have command\dn+/ show permissions and description for schemas 
(Dennis
! Bjouml;rklund)
 /para
/listitem


---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org