In a similar vein to this question, how would I do a schema-only dump in PostgreSQL?

link|improve this question

feedback

1 Answer

up vote 9 down vote accepted

pg_dump --schema-only

link|improve this answer
easier than I realized it would be :) – warren Aug 31 '09 at 4:22
3  
Frankly, I haven't much clue about postgres administration, but I've been watching videos from pgcon 09 and someone mentioned pg_dump. – jldugger Aug 31 '09 at 4:27
either way - it's what I needed :) – warren Sep 7 '09 at 13:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.