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