Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add OR option to success postgres message on Windows #460

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _partials/cn/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

打开一个新的终端。

:heavy_check_mark: 如果你看到一行字说`* Starting postgresql (via systemctl): postgresql.service`,那你就可以进行下一步了 :+1:
:heavy_check_mark: 如果你看到一行字说`* Starting postgresql (via systemctl): postgresql.service`还是`* Starting PostgreSQL 14 database server`,那你就可以进行下一步了 :+1:

:x: 如果没有的话, **请让老师来帮助你**。
2 changes: 1 addition & 1 deletion _partials/es/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Abre una nueva terminal.

:heavy_check_mark: Si ves un mensaje `* Starting postgresql (via systemctl): postgresql.service`, entonces todo está bien y puedes continuar :+1:
:heavy_check_mark: Si ves un mensaje `* Starting postgresql (via systemctl): postgresql.service` O `* Starting PostgreSQL 14 database server`, entonces todo está bien y puedes continuar :+1:

:x: Si no es el caso, **contacta a un profesor**.
2 changes: 1 addition & 1 deletion _partials/fr/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Ouvre un nouveau terminal.

:heavy_check_mark: Si tu vois apparaître le message `* Starting postgresql (via systemctl): postgresql.service`, c’est bon :+1:
:heavy_check_mark: Si tu vois apparaître le message `* Starting postgresql (via systemctl): postgresql.service` OU `* Starting PostgreSQL 14 database server`, c’est bon :+1:

:x: Sinon, **demande au prof**.
2 changes: 1 addition & 1 deletion _partials/pt/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Abra um novo terminal.

:heavy_check_mark: Se você vir uma mensagem `* Starting postgresql (via systemctl): postgresql.service`, você está pronto para prosseguir :+1:
:heavy_check_mark: Se você vir uma mensagem `* Starting postgresql (via systemctl): postgresql.service` OU `* Starting PostgreSQL 14 database server`, você está pronto para prosseguir :+1:

:x: Caso contrário, **entre em contato com um professor**.
2 changes: 1 addition & 1 deletion _partials/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Open a new terminal.

:heavy_check_mark: If you see a `* Starting postgresql (via systemctl): postgresql.service` message, you're good to go :+1:
:heavy_check_mark: If you see a `* Starting postgresql (via systemctl): postgresql.service` OR `* Starting PostgreSQL 14 database server` message, you're good to go :+1:

:x: If not, **contact a teacher**.