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. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster