Expand description
Validate that a given ident is acceptable to PostgreSQL
PostgreSQL places some restrictions on identifiers for things like functions.
Namely:
- It must be less than 64 characters
Validate that a given ident is acceptable to PostgreSQL
PostgreSQL places some restrictions on identifiers for things like functions.
Namely: