meta data for this page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:postgresql [2019/06/17 06:31] – ↷ Page name changed from software:postgresql to software:postgresql9 christiansoftware:postgresql [2024/02/26 21:31] (current) christian
Line 1: Line 1:
 +====== PostgreSQL and PostGIS ======
 +
 +  * [[software:postgresql:pg9|PostgreSQL9]]
 +  * [[software:postgresql:pg12|PostgreSQL12]]
 +  * [[software:postgresql:pgsql-u7|Postgresql+PostGIS on Uberspace U7]]
 +
 +
 +===== Tips and snippets =====
 +
 +  * [[https://stackoverflow.com/questions/30272328/is-there-a-way-to-set-the-max-width-of-a-column-when-displaying-query-results-in|Display output from a query formatted to terminal width]] (via StackOverflow): ''\pset columns X'', "Be sure, so your pager is well configured - set global variables:" ''export PAGER=less'' ''export LESS='-iMSx4 -RSFX -e'''
 +