pgman(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian) wrote
>
> I know the trailing @ is ugly, but it prevents surpises when connecting
> to the database.
>
if you would make the magic character a variable then perhaps you could
prevent the ugly... if/when you turn off the feature, you could set the
PGSQL_STUPID_MAGIC_CHARACTER to '', then you would be appending an empty
string instead of a @, when you want to turn it back on, set the variable
back to '@'... and if you change the character, well dont..