I have applied the following doc patch for array_upper/lower().  The
other issues have already been addressed.

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

Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > I will be applying outstanding 7.4 patches on Friday:
> >     http:/momjian.postgresql.org/cgi-bin/pgpatches2
> > If anyone wants those rejected/modified, please let me know.
> 
> array upper/lower bound: missing doc updates, otherwise seems okay.
> 
> \pset pager always: I thought we had rejected that idea in favor of
> making the whether-to-use-pager decision pay attention to width as
> well as number of lines.
> 
> temp tables: difficult to comment on a message that does not include the
> proposed patch.
> 
> CLUSTER ALL patch: I have a problem with this, specifically the fact
> that it changes CLUSTER into a multi-transaction operation.  That
> renders CLUSTER non-rollbackable and not callable from functions.
> After all the work we went to to make CLUSTER rollbackable, this seems
> like a giant step backward.
> 
> CREATE SEQUENCE syntax changes: did we decide whether SQL99's notion of
> a sequence is close enough to ours that migrating to their syntax would
> be a good idea, and not just a source of confusion?  I seem to recall
> some doubts being voiced about this (by Peter?), and I'm not sure we
> resolved them.
> 
>                       regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/users-lounge/docs/faq.html
> 

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: doc/src/sgml/array.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/array.sgml,v
retrieving revision 1.22
diff -c -c -r1.22 array.sgml
*** doc/src/sgml/array.sgml     21 Sep 2002 18:32:52 -0000      1.22
--- doc/src/sgml/array.sgml     10 Nov 2002 00:30:01 -0000
***************
*** 195,201 ****
  
    <function>array_dims</function> produces a <type>text</type> result,
    which is convenient for people to read but perhaps not so convenient
!   for programs.
   </para>
  
   <para>
--- 195,203 ----
  
    <function>array_dims</function> produces a <type>text</type> result,
    which is convenient for people to read but perhaps not so convenient
!   for programs.  <function>array_upper</function> and <function>
!   array_lower</function> return the upper/lower bound of the
!   given array dimension, respectively.
   </para>
  
   <para>
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to