Solar_Sql_Adapter_Pgsql::_modSequenceName()
protected
string
Solar_Sql_Adapter_Pgsql::_modSequenceName
( string $name
)
Modifies the sequence name.
Parameters
(string)
$name
: The requested sequence name.
Returns
(string) The modified sequence name.
Description
Modifies the sequence name.
PostgreSQL won't allow a sequence with the same name as a table or index. This method modifies the name by appending '__s'.