Showing posts in PostgreSQL
post image

Instalar PostgreSQL en MacOS

2020-01-05 PostgreSQL PostgreSQL 12

Para instalar este motor de bases de datos recomiendo tener previamente instalado homebrew. Si ya instalaste PostgreSQL y deseas conocer algunos comandos por consola visita nuestro artículo Conexión por terminal a PostgreSQL. Una vez dicho esto, emp...

by Darío Rivera


post image

Conexión por terminal a PostgreSQL

2020-01-05 PostgreSQL

PostgreSQL es uno de los motores de bases de datos más populares entre los usuarios Unix. El día de hoy veremos cómo realizar una conexión a PostgreSQL desde la terminal con diferentes opciones cliente. Conexión por defecto La forma más rápida de re...

by Darío Rivera


post image

Install PostgreSQL on MacOS.

PostgreSQL

To install this database engine, I recommend having previously installed homebrew. If you have already installed PostgreSQL and you want to know some console commands, visit our article Connection by terminal to PostgreSQL. Having said that, let's get...

by Darío Rivera


post image

Connection via terminal to PostgreSQL.

PostgreSQL

PostgreSQL is one of the most popular database engines among Unix users. Today we will see how to make a connection to PostgreSQL from the terminal with different client options. Default connection The fastest way to make a connection is to run the psql co...

by Darío Rivera