pub fn ident_is_acceptable_to_postgres(ident: &Ident) -> Result<(), Error>
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