Re: [HACKERS] Feature lists for 8.3 and 8.4

2007-05-10 Thread Simon Riggs
On Tue, 2007-05-08 at 17:16 +0300, Abraham, Danny wrote:

> 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?

There is some planning done for each release, though reacting to
requirements is also a large part of how things work here. 

What do you need?

In-place upgrades are possible, but only when the on-disk format stays
the same. It is set to change for 8.3

-- 
  Simon Riggs 
  EnterpriseDB   http://www.enterprisedb.com



---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [HACKERS] Feature lists for 8.3 and 8.4

2007-05-10 Thread Andrew Hammond
On May 8, 7:16 am, [EMAIL PROTECTED] ("Abraham, Danny") wrote:
> Hi,
>
> I am  migrating from Sybase to Postgres.

> 3. Who is the guy to ask about a feature like "startup migrate" in ORACLE?

You could check out EnterpriseDB, which is based on Postgres and
provides an Oracle compatibility layer. That gives you room to breath
while you migrate to a PostgreSQL native implementation. I've never
used it, but I hear good things.

Andrew



---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [HACKERS] Feature lists for 8.3 and 8.4

2007-05-08 Thread Lukas Kahwe Smith

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?
2. And for 8.4?


There are various places to look for this kind of information, but 
probably the easiest to digest is looking at the todo lists on the wiki:

http://developer.postgresql.org/index.php/Todo:Contents

regards,
Lukas

PS: Since this is a fairly new effort, if you have any hints on how to 
improve things, let us know.


---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[HACKERS] Feature lists for 8.3 and 8.4

2007-05-08 Thread Abraham, Danny
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 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match