[BUGS] Sequence Start number not dumped correctly

2002-11-07 Thread Reto Stamm
Hi, When I have a sequence like this: CREATE SEQUENCE "test_id_seq" start -32768 increment 1 maxvalue 32767 minvalue -32768 cache 1; and dump it using pg_dump -s -c -f schema.txt testdb it will show up in schema.txt like this: CREATE SEQUENCE "test_id_seq" start 1 increment 1 maxvalue 32767

Re: [BUGS] Sequence Start number not dumped correctly

2002-11-08 Thread Reto Stamm
Hello Tom, I am sorry, I can not reproduce it any more either. I must have made a mistake. It works perfectly (like the rest of Postgres). Thank you very much, I am sorry for the waste of time. Best regards --reto Quoting Tom Lane <[EMAIL PROTECTED]>: > Reto Stamm <[EMA

[BUGS] Beta 2 build failure using Cygwin/XP

2004-09-23 Thread Reto Stamm
Hi, I tried to build Postgres on XP - and got the following message after standard configure and make: > ./configure > ./make ... make[2]: Leaving directory `/cygdrive/c/postgresql-8.0.0beta2/src/port' make -C timezone all make[2]: Entering directory `/cygdrive/c/postgresql-8.0.0beta2/src/timezon

Re: [BUGS] BUG #1430: CSRSS.EXE high CPU after 8.0 Installed

2005-05-16 Thread Reto Stamm
Hi, I can see the very same problem. Every time I tried, csrss.exe goes down to 1% when I turn off the Server. What can I do to help to fix it? Thanks --reto ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster