Skip to content

PostgreSQL best practices compliance #8191

@frcroth

Description

@frcroth

The people who made PostgreSQL have created this document: https://wiki.postgresql.org/wiki/Don%27t_Do_This#Text_storage

Some things I noticed

  • Char should never be used -> We use it a lot
  • Varchar(n) should probably not be used -> We use it

Opinions on this @fm3 ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions