sweta(at)opspl(dot)com writes:
> When I create a db dump using --
> pg_dump -s dbname > mydump.sql
> Sequences present are not being added to the mydump.sql file....
Seems unlikely (IOW, if so, you've found a bug no one else has ever
seen). Maybe they are being created implicitly by SERIAL column
declarations?
regards, tom lane