[PATCHES] Small patch to compile on IRIX 6.5 with gcc

2007-02-25 Thread Matteo Beccati
Hi, had some spare time and I've been finally able to install some tools to compile PostgreSQL on my SGI Octane 2 box, which is running IRIX 6.5.30. Afre succesfully installing gcc-3.3, gmake, readline and some other freeware packages, I tried to compile PgSQL. This is the configure line:

Re: [PATCHES] Small patch to compile on IRIX 6.5 with gcc

2007-02-25 Thread Andrew Dunstan
Matteo Beccati wrote: Hi, had some spare time and I've been finally able to install some tools to compile PostgreSQL on my SGI Octane 2 box, which is running IRIX 6.5.30. Afre succesfully installing gcc-3.3, gmake, readline and some other freeware packages, I tried to compile PgSQL. This is

[PATCHES] IDENTITY/GENERATED v31

2007-02-25 Thread Zoltan Boszormenyi
Hi, here comes the next version. Changes: * Implemented ALTER TABLE ... DROP IDENTITY and SET GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY * Extended documentation and testcase for the above. * pg_dump now dumps the proper ALTER for such columns. Reintroduced the pg_dump feature to dump