"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
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
"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.
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
>
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