How do I change the max column width in PostgreSQL?

為{幸葍}努か 提交于 2021-02-19 02:36:05

问题


I have simple SQL query that selects a few rows from one table. One of the columns contains very long strings. I would like to set a maximum column width so that it is easier to read. I don't have access to environment variables through \pset.

来源:https://stackoverflow.com/questions/48481809/how-do-i-change-the-max-column-width-in-postgresql

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!