/usr/pgsql-11/bin/pg_dumpall -p 5432 -U postgres -r | /usr/pgsql-11/bin/psql -p 5433
Related Posts

DATAZO IV – Modulo PG_TRGM
- Don Diego Puramagia
- 2016/11/07
- 0
La única función que analice de acá fue la “similarity”. En XXXX la estamos usando para buscar PABLO PEREZ o PEREZ PABLO, independientemente como lo […]
Foreign data wrappers en Postgres
- Don Diego Puramagia
- 2017/11/03
- 0
Quien no se encontro alguna vez con la necesidad de traer algun dato desde un SQL Server a un Postgres…??? Bien, tenia esto: Un postgres […]
entity-attribute-value design in PostgreSQL – don’t do it! – CYBERTEC
- Don Diego Puramagia
- 2021/11/27
- 0
Customers have often asked me what I think of “Entity-attribute-value” (EAV) design. So I thought it would be a good idea to lay down my […]