Re: Open items

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Open items
Date: 2002-10-10 18:41:27
Message-ID: 200210101841.g9AIfRg27554@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Schema handling - ready? interfaces? client apps?
> > Drop column handling - ready for all clients, apps?
>
> How will delaying 7.3 remedy either of these issues?
>
> > Get bison upgrade on postgresql.org for ecpg only (Marc)
>
> Now that bison 1.50 is out, this should probably be "upgrade bison on
> postgresql.org, merge ecpg branch".
>
> > Return last command of INSTEAD rule for tuple count/oid/tag for
> > rules, SPI
>
> Can someone summarize what the consensus on this issue is? I can take
> a look at implementing it, I just lost track of what the final
> conclusion was...

Conclusion was to return last INSTEAD rule with the same tag as the
original query.

> > Add schema dump option to pg_dump
>
> Why do we need this for 7.3?

It is probably something we should have in the release where we are
adding schemas, but it is not required.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2002-10-11 00:57:55 [Fwd: Re: [JDBC] Patch for handling "autocommit=false" in postgresql.conf]
Previous Message Peter Eisentraut 2002-10-10 17:38:05 Re: inline newNode()