Re: [PATCHES] \d+ should display the storage options for columns

2008-07-15 Thread Guillaume Lelarge
Bruce Momjian a écrit : Alvaro Herrera wrote: Bruce Momjian wrote: Update patch applied; I also adjusted some translation function calls. The new output of psql \d+ is: test=> \d+ test Table "public.test" Column | Type | Modifiers | Storage | Desc

Re: [PATCHES] [HACKERS] WITH RECURSIVE updated to CVS TIP

2008-07-15 Thread Tatsuo Ishii
> On Tue, Jul 08, 2008 at 06:01:05PM +0900, Tatsuo Ishii wrote: > > Here is the patches he made against CVS HEAD (as of today). > > > > According to him followings are fixed with the patches: > > > > - fix crush with DISTINCT > > - fix creating VIEW > > - fix the case when recursion plan has anot

Re: [PATCHES] array_fill function

2008-07-15 Thread Bruce Momjian
Patch applied, with minor adjustments in error message wording, with documntation added; committed patch attached. --- Pavel Stehule wrote: > Hello > > Proposal: http://archives.postgresql.org/pgsql-hackers/2008-06/msg0005

Re: [PATCHES] variadic function support

2008-07-15 Thread Tom Lane
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > this version is WIP - I have to clean comments, and will do some > documentation. But I am sure, I am not able explain this feature in > english well. Please, can some body help me with documentation? So > now, plpgsql is more/less ruby :) Applied with

Re: [PATCHES] [HACKERS] WITH RECURSIVE updated to CVS TIP

2008-07-15 Thread David Fetter
On Wed, Jul 16, 2008 at 09:37:25AM +0900, Tatsuo Ishii wrote: > > On Tue, Jul 08, 2008 at 06:01:05PM +0900, Tatsuo Ishii wrote: > > > Here is the patches he made against CVS HEAD (as of today). > > > > > > According to him followings are fixed with the patches: > > > > > > - fix crush with DISTIN

Re: [PATCHES] [HACKERS] WITH RECURSIVE updated to CVS TIP

2008-07-15 Thread Tatsuo Ishii
> On Wed, Jul 16, 2008 at 09:37:25AM +0900, Tatsuo Ishii wrote: > > > On Tue, Jul 08, 2008 at 06:01:05PM +0900, Tatsuo Ishii wrote: > > > > Here is the patches he made against CVS HEAD (as of today). > > > > > > > > According to him followings are fixed with the patches: > > > > > > > > - fix cru

Re: [PATCHES] [HACKERS] WITH RECURSIVE updated to CVS TIP

2008-07-15 Thread David Fetter
On Wed, Jul 16, 2008 at 01:57:04PM +0900, Tatsuo Ishii wrote: > > > No idea. What do you think if we allow only one query name at the > > > moment. > > > > I'm not sure I understand what that has to do with sorting. > > > > Please find attached a place where I've found some problems sorting by >