Re: [GENERAL] Buggered Sequence
Can you do: drop sequence people_id_seq create sequence people_id_seq start 44 ? jesse kipp "Jason C. Wells" wrote: > > sequence_name|last_value|increment_by| >max_value|min_value|cache_value|
Re: [GENERAL] All writes make postgresql a slow database?
> I'm using Postges to log certain customer activities on our web site - > logins, things like that. I vacuum once a night. Now the database has > grown quite large, the main table alone is 180 Mb. It contains lots and > lots of small rows. > That is a very small database. :) > Anyway, a few mi