Hi,
I've accidently deleted the file employees.key.seq, however there's still anentry in pg_class.
It would not allow me to create employees.key.seq anymore because it thinksit already exists.
How can I delete it from pg_class?
Thanks