/usr/pgsql-11/bin/pg_dumpall -p 5432 -U postgres -r | /usr/pgsql-11/bin/psql -p 5433
Related Posts
Primary Key Index is a Space Hog
- Don Diego Puramagia
- 2020/04/06
- 0
Tables in PostgreSQL have an index for the primary key and separate row storage called the heap. Other databases integrate these together or support “index-organized […]

pgAdmin 4 v1.1, pros y contras.
- Don Diego Puramagia
- 2016/12/12
- 2
El pgAdmin III, tiene sucesor, un completamente nuevo pgAdmin 4 que por desgracia esta muuuuuuuuy verde. Lo pueden encontrar en su sitio: pgadmin.org Pros: Soporta […]

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 […]