Re: Open 7.3 items
ngpg@grymmjack.com
From: ngpg@grymmjack.com
To: pgsql-hackers@postgresql.org
Date: 2002-08-17T00:40:32Z
Lists: pgsql-hackers
pgman@candle.pha.pa.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..