Re: [PATCHES] psql slash# command

2008-03-30 Thread Tom Lane
"Sibte Abbas" <[EMAIL PROTECTED]> writes: > On 9/9/07, Sibte Abbas <[EMAIL PROTECTED]> wrote: >> Attached is the patch for the TODO item mentioned at >> http://archives.postgresql.org/pgsql-hackers/2007-09/msg00352.php I looked this over and realized that it has little to do with the functionality

Re: [PATCHES] Consistent \d commands in psql

2008-03-30 Thread Tom Lane
Greg Sabino Mullane <[EMAIL PROTECTED]> writes: > Attached is an updated version of my psql patch that makes the \d > backslash commands perform in an intuitive, consistent way. > Specifically, the following objects will be treated as first class > citizens (as tables and indexes currently are) by

Re: [PATCHES] Reference by output in : \d

2008-03-30 Thread Tom Lane
"kenneth d'souza" <[EMAIL PROTECTED]> writes: > With reference to the post > http://archives.postgresql.org/pgsql-patches/2008-02/msg00104.phpand as > stated by -hackers and -patchers, I am submitting the diff -c output as an > attachment. Thanks, Kenneth Applied with some revisions.

Re: [PATCHES] create language ... if not exists

2008-03-30 Thread Andreas 'ads' Scherbaum
Hello Heikki, On Sat, 29 Mar 2008 11:49:56 + Heikki Linnakangas wrote: > Regarding the patch itself: You define rule "opt_if_not_exists", but > never use it. And you add a new rule for "CREATE LANGUAGE ... HANDLER > ...", but forgot "IF_P NOT EXISTS" from the end of that. Looks like you >

Re: [PATCHES] create language ... if not exists

2008-03-30 Thread Andreas 'ads' Scherbaum
Hello all, sorry, was off yesterday and i'm just reading all your answers. On Sat, 29 Mar 2008 22:35:21 -0400 Tom Lane wrote: > I wrote: > > ... However, I seem to recall > > that in the discussions leading up to implementing DROP IF EXISTS, > > we considered and specifically rejected CREATE IF