"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-
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
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
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