Re: [HACKERS] IDENTITY/GENERATED patch

2008-02-18 Thread Zoltan Boszormenyi
Tom Lane írta: Zoltan Boszormenyi <[EMAIL PROTECTED]> writes: as the wishlist for PostgreSQL 8.4 still has my IDENTITY/GENERATED patches, I thought I refresh it. Before actually doing it though, I wanted to ask for opinions on implementation and ideas. IIRC the end conclusion on that p

Re: [HACKERS] IDENTITY/GENERATED patch

2008-02-18 Thread Tom Lane
Zoltan Boszormenyi <[EMAIL PROTECTED]> writes: > as the wishlist for PostgreSQL 8.4 still has my > IDENTITY/GENERATED patches, I thought I refresh it. > Before actually doing it though, I wanted to ask for opinions > on implementation and ideas. IIRC the end conclusion on that patch was that it wa

[HACKERS] IDENTITY/GENERATED patch

2008-02-18 Thread Zoltan Boszormenyi
Hi, as the wishlist for PostgreSQL 8.4 still has my IDENTITY/GENERATED patches, I thought I refresh it. Before actually doing it though, I wanted to ask for opinions on implementation and ideas. Here are the general ideas that were done by my patch: 1. IDENTITY columns. The IDENTITY columns ar