ONLamp: Automating PostgreSQL Tasks
Dec 17, 2004, 05:30 (0 Talkback[s])
(Other stories by Manni Wood)
"You can and should automate routine database tasks, to remove
the possibility of user error and to let yourself focus on other,
more interesting work. If you use PostgreSQL on Unix or Linux, you
can combine the shell with PostgreSQL's psql client to automate
database chores.
"If you haven't yet created your database and you believe that
you will be iteratively destroying and re-creating it as the
project's needs become clearer, the first chore you should automate
is the creation of the database itself..."
Complete
Story
Related Stories: