Search code examples
postgresqlpgadmin

pgAdmin III Why query results are shortened?


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?


Solution

  • 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.