On Fri, 2005-05-06 at 04:14, Kenneth Gonsalves wrote:> how do i get a dump of a postgresql database without the data?
pg_dump -s for the schema
pg_dumpall -g for the globals, like usernames and all.