質問

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