mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 05:35:24 +02:00
pg_isready: add Spanish translation (#15186)
This commit is contained in:
parent
cee9fc7d83
commit
1d687a487d
1 changed files with 16 additions and 0 deletions
16
pages.es/common/pg_isready.md
Normal file
16
pages.es/common/pg_isready.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# pg_isready
|
||||||
|
|
||||||
|
> Comprueba el estado de conexión de un servidor PostgreSQL.
|
||||||
|
> Más información: <https://www.postgresql.org/docs/current/app-pg-isready.html>.
|
||||||
|
|
||||||
|
- Verifica la conexión:
|
||||||
|
|
||||||
|
`pg_isready`
|
||||||
|
|
||||||
|
- Revisa la conexión con un nombre de host específico y el puerto:
|
||||||
|
|
||||||
|
`pg_isready --host={{nombre_del_equipo}} --port={{puerto}}`
|
||||||
|
|
||||||
|
- Comprueba la conexión mostrando un mensaje solo cuando la conexión falla:
|
||||||
|
|
||||||
|
`pg_isready --quiet`
|
Loading…
Add table
Reference in a new issue