All Questions
Tagged with postgresql shell
1 question
3
votes
1
answer
2k
views
Automating the install of PostgreSQL from Shell
When my Debian server deploys it can run a shell script so I wanted to make one to install postgreSQL, create a role, create two databases and then import a schema into one.
Can anyone please look ...