Re: [GENERAL] Waiting for postmaster to be completely started

2001-01-16 Thread Tom Lane
[EMAIL PROTECTED] (Wade D. Oberpriller) writes: > Does > the pg_ctl script wait until postmaster has been started and is ready to > accept connections? Not without the -w option, as a moment's inspection of either the docs or the script itself would've told you ... regard

[GENERAL] Waiting for postmaster to be completely started

2001-01-16 Thread Wade D. Oberpriller
Hello, I have a script with the following code: $(PGSQL)/bin/pg_ctl -D $(PGSQL)/data start ;\ $(PGSQL)/bin/createlang -L $(PGSQL)/lib plpgsql template1 Sometimes I get an error from createlang, and it appears that postmaster has not completely been started and is not ready to ac