PgFieldNameFixer

Package:
PgFieldNameFixer
Summary:
Fix names of PostgreSQL table columns
Groups:
Databases, PHP 5, Utilities and Tools
Author:
Felipe Nascimento de Moura
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.


Powered by Gewgley