Examples with "comando psql" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El comando psql \ d nombre de tabla puede ser útil aquí.
Puede obtener un listado de las bases de datos que hay disponibles en el servidor con el comando psql -l.
You can get a list of databases on the server with the psql -l command.
Podríamos hacer esto en un solo paso ejecutando simplemente el comando psql como usuario postgres con sudo como este
You could do this in one step by running the single command psql as the postgres user with sudo, like this
En el futuro puede conectarse directamente con el comando psql -d demo, pero hay una forma ingeniosa de conectarse dentro de la línea de comandos psql
In the future you can connect to it directly with psql -d demo, but here's a neat way of switching within the psql command line
En primer lugar deberá borrar la base de datos que acaba de crear usando el comando dropdb. A continuación use el comando psql para obtener un intérprete de comandos SQL
First we'll delete the database we just created using the dropdb command, then use the psql command to get an SQL command interpreter
Andere resultaten
Compruebe que se ha definido el directorio de datos mediante la utilidad de línea de comandos psql
Los comandos internos de psql no proveen la información específica muy fácilmente; sin embargo, no está necesariamente disponible en vistas.
The slash commands in psql provide PostgreSQL specific information fairly well, however, they are not necessarily available in views.
Para obtener una lista completade los comandos internos de psql puede usar \?
For a complete list of commands inside psql you can use \?
Este comando ordena a psql a conectarse a localhost en el puerto 2002 en el cual nuestro RelayApp está escuchando.
The command directs psql to connect to localhost at port 2002 which our RelayApp is listening.
Permitir la ficha de la terminación de los nombres de funciones en psql c comandos (Ian Barwick)
Allow tab completion of role names in psql \c commands (Ian Barwick)
Para esto puede trabajar desde la línea de comando de PostgreSQL (PSQL), o con una herramienta como pgAdminIII o Administrador de EMS PostgreSQL.
For this you can work from the PostgreSQL (PSQL) command line, or with a tool such as pgAdminIII or EMS PostgreSQL Manager.
Ejecute el siguiente comando para dar inicio a psql para las pruebas.
Issue the following command to start psql for testing.
Answer: Utilice el comando \dt para ver los tablas en psql.
Answer: Use the \dt command to see tables in psql.