Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit267a8f8

Browse files
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

File tree

1 file changed

+302
-296
lines changed

1 file changed

+302
-296
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp