dbsc
dbsc copied to clipboard
Tool for creating and upgrading databases using SQL scripts stored in source control
If you use pgdbsc to import from another DB, you need to manually run something to update the autoincrements to be what is now the highest value in the table
I don't have a Mac to test on but fpm supports creating Mac packages. Maybe I can find someone to test for me.
Trying to do anything other than the CREATE DATABASE statement in a create DB template in pgdbsc gives the error Error: ERROR: 25001: CREATE DATABASE cannot be executed from a...
PostgreSQL 9.3 introduced a FREEZE option to the [COPY](http://www.postgresql.org/docs/9.3/static/sql-copy.html) command. COPY FREEZE does not speed up the import itself but makes operations after the import faster. It does violate visibility...
Importing with mydbsc uses the mysqldump and mysql command line programs, passing username and password on the command line. mydbsc displays output from those programs, which includes a warning about...