문제

I've recently installed pgAdmin III 1.18.1 and noticed a strange thing:

Long json query results are shortened to 256 symbols and then ' (...)' is added.

Could someone help me disable this shortening?

도움이 되었습니까?

해결책

Thanks to user Erwin Brandstetter for his answer on Database Administrators.

There is a setting for that in the options: Max characters per column - useful when dealing with big columns. Obviously your setting is 256 characters.

pgadmin maxcharacter property

Set it higher or set it to -1 to disable the feature.

다른 팁

in pgadmin (Version 5.4) select

file >> preferences >> Query Tool >> Results grid

and change Resize by data? to false. This will the column be sized to the widest of the datatype or column name.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top