Обсуждение: 8.3 and 8.4 feature list
Hi, I am migrating from Sybase to Postgres. trying to get a hold on the issue of future releases feature list. 1. Where can I find the feature list for 8.3 ? When is it expected? 2. And for 8.4? 3. Who is the guy to ask about a feature like "startup migrate" in ORACLE? Thanks Danny
http://www.postgresql.org/developer/roadmap > -----Original Message----- > From: pgsql-admin-owner@postgresql.org > [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Abraham, Danny > Sent: Tuesday, May 08, 2007 8:25 AM > To: pgsql-admin@postgresql.org > Subject: [ADMIN] 8.3 and 8.4 feature list > > Hi, > > I am migrating from Sybase to Postgres. > > trying to get a hold on the issue of future releases feature list. > > 1. Where can I find the feature list for 8.3 ? When is it expected? > 2. And for 8.4? > 3. Who is the guy to ask about a feature like "startup > migrate" in ORACLE? > > Thanks > > Danny > > ---------------------------(end of > broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org > so that your > message can get through to the mailing list cleanly >
On Tue, 8 May 2007 17:25:10 +0300 Abraham, Danny wrote: Hello, > trying to get a hold on the issue of future releases feature list. > > 1. Where can I find the feature list for 8.3 ? When is it expected? http://developer.postgresql.org/index.php/Todo:WishlistFor83 > 2. And for 8.4? http://developer.postgresql.org/index.php/Todo:WishlistFor84 Kind regards -- Andreas 'ads' Scherbaum Failure is not an option. It comes bundled with your Microsoft product. (Ferenc Mantfeld)
Abraham, Danny wrote:
> Hi,
>
> I am migrating from Sybase to Postgres.
>
> trying to get a hold on the issue of future releases feature list.
>
> 1. Where can I find the feature list for 8.3 ? When is it expected?
The roadmap currently shows 8.3 releasing sometime this summer. At this
time, you should expect fall.
> 2. And for 8.4?
Our typical release cycle is 12-18 months.
> 3. Who is the guy to ask about a feature like "startup migrate" in ORACLE?
There is no "guy", what does the feature do? A little googling appears
to say that it migrates from 1 oracle version to another? PostgreSQL
does not support this feature.
You could of course sponsor development of the feature.
Joshua D. Drake
>
> Thanks
>
> Danny
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
On Thursday 07 June 2007 18:40:37 Joshua D. Drake wrote: > Abraham, Danny wrote: > > Hi, > > > > I am migrating from Sybase to Postgres. > > > > trying to get a hold on the issue of future releases feature list. > > > > 1. Where can I find the feature list for 8.3 ? When is it expected? > > The roadmap currently shows 8.3 releasing sometime this summer. At this > time, you should expect fall. > > > 2. And for 8.4? > > Our typical release cycle is 12-18 months. > > > 3. Who is the guy to ask about a feature like "startup migrate" in > > ORACLE? > > There is no "guy", what does the feature do? A little googling appears > to say that it migrates from 1 oracle version to another? PostgreSQL > does not support this feature. > > You could of course sponsor development of the feature. > > Joshua D. Drake Startup migrate opens the database in a special status in order to be able to run migration scripts correctly. It deactivates certain triggers, ignores errors when asked to drop non-existing objects, and does several other things of the same kind. I don't really see the point of having it in postgresql (no script to run between minor versions, full dump/import between major versions)