- Notifications
You must be signed in to change notification settings - Fork28
Commit267a8f8
committed
Change SQL commands embedded in the initdb script from the style
echo "command" | postgresto the stylepostgres <<EOFcommandEOFThis makes the script more legible (IMHO anyway) by reducing the needto escape quotes, and allows us to execute successive SQL commands ina single standalone-backend run, rather than needing to start a newstandalone backend for each command. With all the CREATE VIEWs thatare getting done now, this makes for a rather substantial reductionin the runtime of initdb. (Some of us do initdb often enough to carehow long it runs ;-).)1 parent9c2b1a9 commit267a8f8
1 file changed
+302
-296
lines changed0 commit comments
Comments
(0)