[BUGS] BUG #5767: Memory Leak

2010-11-24 Thread Darryl Pye
The following bug has been logged online: Bug reference: 5767 Logged by: Darryl Pye Email address: darryl...@hotmail.com PostgreSQL version: 9.01 Operating system: Windows Server 2008 Description:Memory Leak Details: A single postgres process appears to be consta

Re: [BUGS] BUG #5766: regexp \y doesn't work properly when a word starts on ends with a UTF-8 char

2010-11-24 Thread Tom Lane
"Grzegorz Daniluk" writes: > select regexp_replace('Foo Pasaż Bar', E'\\yPasaż\\y', ''); > Above query doesn't replace the word 'Pasaż'. It returns full 'Foo Pasaż > Bar' string, when the correct behavior is to return 'Foo Bar'. Is this problem limited to \y, or do other regex operations t

[BUGS] BUG #5766: regexp \y doesn't work properly when a word starts on ends with a UTF-8 char

2010-11-24 Thread Grzegorz Daniluk
The following bug has been logged online: Bug reference: 5766 Logged by: Grzegorz Daniluk Email address: gdani...@gmail.com PostgreSQL version: 9.0.1 Operating system: Windows 7 64-bit Description:regexp \y doesn't work properly when a word starts on ends with a UTF-8

Re: [BUGS] BUG #5765: pg_dump fail to find upper case table name

2010-11-24 Thread Pavel Golub
Hello, Kevin. You wrote: KG> Heikki Linnakangas wrote: KG> >> Manual says (at the bottom of >> http://www.postgresql.org/docs/8.4/static/app-pgdump.html): >> >>> To specify an upper-case or mixed-case name in -t and related >>> switches, you need to double-quote the name; else it will be >>>

Re: [BUGS] BUG #5764: installation error (incomplete process)

2010-11-24 Thread Kevin Grittner
"abraham camacho" wrote: > PostgreSQL version: 8.0.0 Yikes. That was released almost six years ago and went out of support last month. There are 26 maintenance releases since that "dot 0" release to fix bugs and security problems. http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_

Re: [BUGS] BUG #5765: pg_dump fail to find upper case table name

2010-11-24 Thread Kevin Grittner
Heikki Linnakangas wrote: > Manual says (at the bottom of > http://www.postgresql.org/docs/8.4/static/app-pgdump.html): > >> To specify an upper-case or mixed-case name in -t and related >> switches, you need to double-quote the name; else it will be >> folded to lower case (see Patterns). But

Re: [BUGS] BUG #5765: pg_dump fail to find upper case table name

2010-11-24 Thread Kevin Grittner
"Cristiano" wrote: > Operating system: Linux > Description: pg_dump fail to find upper case table name > --table public."streetTypes" Linux is eating the quotes. Try: --table public.'"streetTypes"' While a bit confusing, this is not a bug in the code. Perhaps the documentation should s

Re: [BUGS] BUG #5765: pg_dump fail to find upper case table name

2010-11-24 Thread Heikki Linnakangas
On 24.11.2010 13:34, Cristiano wrote: pg_dump --host www --port 5432 --username postgres --format plain --column-inserts --verbose --file "streetTypes.sql" --table public."streetTypes" "geocoding-dev" Password: pg_dump: No matching tables were found pg_dump: *** aborted because of error Test cas

[BUGS] BUG #5765: pg_dump fail to find upper case table name

2010-11-24 Thread Cristiano
The following bug has been logged online: Bug reference: 5765 Logged by: Cristiano Email address: sumar...@gmail.com PostgreSQL version: 8.4.4 Operating system: Linux Description:pg_dump fail to find upper case table name Details: The following command line did not