search for: dump_db_structure

Displaying 1 result from an estimated 1 matches for "dump_db_structure".

2005 Oct 28
3
PostgreSQL. Multiply schemas in one database. How to?
Hi all. I am using PostgreSQL in my current project and I have couple of questions on this topic. Previously I have used 3 databases for project. i.e. megaproject_development, megaproject_test and megaproject_development. But I don''t like this variant because of ''rake dump_db_structure'' writes a lot of PostgreSQL specific data for structure file (operators, functions, views...) that are belongs to public schema. This info makes sql file huge (1500 lines) - I dont like such files with a lot of unnecessary information. And probably it would break if different devs working...