Re: [BUGS] BUG #4337: psql -c case insensitive

2008-07-31 Thread Tom Lane
"none" <[EMAIL PROTECTED]> writes: > I'm programming an application that uses psql (...) -c "ALTER DATABASE > \"MyBase\" RENAME TO \"MyBase2\" and it doesn't work because it looks for a > "mybase" database name. Works for me. I speculate that your scripting language is losing the embedded double-

[BUGS] BUG #4337: psql -c case insensitive

2008-07-31 Thread none
The following bug has been logged online: Bug reference: 4337 Logged by: none Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: windows xp Description:psql -c case insensitive Details: I'm programming an application that uses psql (...) -c

Re: [BUGS] BUG #4336: Strange behaviour for to_ascii

2008-07-31 Thread Pavel Stehule
Hello it's bug, for this moment, please, try: CREATE FUNCTION to_ascii(bytea, name) RETURNS text AS 'to_ascii_encname' LANGUAGE internal; postgres=# CREATE FUNCTION to_ascii(bytea, name) postgres-# RETURNS text AS 'to_ascii_encname' LANGUAGE internal; CREATE FUNCTION postgres=# postgres=# SELE

[BUGS] BUG #4336: Strange behaviour for to_ascii

2008-07-31 Thread Maxime Carbonneau
The following bug has been logged online: Bug reference: 4336 Logged by: Maxime Carbonneau Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Mac OS X 10.5.4 Description:Strange behaviour for to_ascii Details: With PostgreSQL 8.2.5, I used