"Cristian Custodio" <crstian(at)terra(dot)com(dot)br> writes:
> Where Can I find the informations about my sequences.
> I just know I can find the name in pg_class, but where
> can I find the start, the increment, the cicly, cache, and so on...?
In the sequence itself.
SELECT * FROM name_of_sequence;
regards, tom lane