PgFieldNameFixer
Package:
Summary:
Fix names of PostgreSQL table columns
Groups:
Author:
Description:
This class can be used to fix names of PostgreSQL table columns.
It retrieves the names of the columns of a given PostgreSQL database table and checks if it has upper case letters, special characters spaces, or any other problematic characters.
The class renames the columns to remove or replace the problematic characters.
It retrieves the names of the columns of a given PostgreSQL database table and checks if it has upper case letters, special characters spaces, or any other problematic characters.
The class renames the columns to remove or replace the problematic characters.
Comments are closed.