Open
Description
On PostgreSQL (maybe also other RDBMS?), the blob type bytea
is rendered using the hashcode of the value in the table view. For example, this table definition:
is rendered as follows:
Ideally this would be rendered differently. Probably depends on size of the content (don't want to render 500 megabytes of data, for instance).
Metadata
Metadata
Assignees
Labels
No labels