You mean a sequence? If so, under psql use command:\z to check the sequence
name (it is stored in the table), then use the command
drop sequence sequence_name.


--
Banghe

steve doerr wrote:

> Can anyone tell me where this 'serials' relation is stored?
>
> I had been getting a call handler error, which I was able to resolve by
> clearing out pg_proc and I wondered if anyone could tell me how to clear
> out the 'serials' relation.
>
> Thanks,
> Steve

Reply via email to