Re: [ADMIN] Backup

2006-12-12 Thread Shoaib Mir
To me PITR looks like a very nice solution for incremental backup and even they can serve as a warm standby. What exactly are the complications you see with WAL archiving? --- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/13/06, Eduardo J. Ortega <[EMAIL PROTECTED]> wrote: H

[ADMIN] Backup

2006-12-12 Thread Eduardo J. Ortega
Hi there: Are there any nice (official or third party) backup utilities for postgres? I have a database which is several GB, so pg_dumping it to file and then bzipping2 every hour is not really the way to go. I've read a little about using WAL for incremental backup, but it sounds a little comp

Re: [ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Alvaro Herrera
Gábriel Ákos wrote: > Rajesh Kumar Mallah wrote: > > On 12/12/06, Tom Lane <[EMAIL PROTECTED]> wrote: > >> "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: > >> > Can you *please* tell how to get the fix. > >> > >> Checkout REL8_2_STABLE branch, not HEAD ... > > I've checked out that and (for exa

Re: [ADMIN] pgadmin firewall configuration

2006-12-12 Thread Andy Shellam (Mailing Lists)
No, Pg Admin connects to 5432 as that is PostgreSQL's server port. One popular misconfiguration I've seen is that the connection/traffic is *to* port 5432 on the server, not from port 5432 on the client. So, depending on your firewall you need rule 1 on it's own (if it supports keeping state)

Re: [ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Gábriel Ákos
Rajesh Kumar Mallah wrote: > On 12/12/06, Tom Lane <[EMAIL PROTECTED]> wrote: >> "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: >> > Can you *please* tell how to get the fix. >> >> Checkout REL8_2_STABLE branch, not HEAD ... I've checked out that and (for example) there is no parse.h in it ...

Re: [ADMIN] PostgreSQL replication on Windows 2003 platform.?

2006-12-12 Thread Shoaib Mir
You can get the latest easy to use installer from http://www.postgresql.org/ftp/binary/v8.2.0/win32/ Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/6/06, Aleksander Slavchev <[EMAIL PROTECTED]> wrote: Hi! I need to build data replication with PostgreSQL, BUT! on Windows

Re: [ADMIN] Hide structure

2006-12-12 Thread Scott Marlowe
On Tue, 2006-12-05 at 10:01, dev.department wrote: > > > > Dear Sirs, > > We're a softwarehouse who is considering the possibility to insert the > PostgreSQL 8.1 database in our software. > How can we prevent the visualization of structure and data (tables, > views, etc.) of a PostgreSQL 8.

[ADMIN] PostgreSQL replication on Windows 2003 platform.?

2006-12-12 Thread Aleksander Slavchev
Hi! I need to build data replication with PostgreSQL, BUT! on Windows 2003 platform. So i start tro read about slony, pgpool and other but I can't find some reasonable descriptyion haw to instal configure and start PostgreSQL instalation on Windows platform. Do you have some useful information? -

[ADMIN] Hide structure

2006-12-12 Thread dev.department
Dear Sirs, We're a softwarehouse who is considering the possibility to insert the PostgreSQL 8.1 database in our software. How can we prevent the visualization of structure and data (tables, views, etc.) of a PostgreSQL 8.1 database? Keep present that the person who has installed PostgreSQL

[ADMIN] problems with plperl trigger function

2006-12-12 Thread Andrzej Kwiatkowski
Hi, I've got a very simply in my mind problem with trigger functions. My functions returns SKIP in some cases. But when i execute a statement with psql or with api postgresql didn't return error but in psql: DELETE 0 or INSERT 0 0 and in my CGI scipts situation is the same. how can i find tha

[ADMIN] pgadmin firewall configuration

2006-12-12 Thread Ronny Ritongadi \(LINC Solution\)
I have a postgresql database at the server, with firewall protected. And I want to access the database remotely using pgadmin on the client side. I have configured the postgre configuration file in such way that the client can access the database remotely using pgadmin, but when I turn on the fi

Re: [ADMIN] Increase checkpoint segments ?

2006-12-12 Thread Tomeh, Husam
Typically in this scenario, more and larger WAL segments can help speed up your updates. However, the default size of a WAL segment is 16MB which can be set at postgresql compile time, and can not be changed thereafter. So, you'd need to increase the checkpoint_segments parameters to speed up your

Re: [ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Rajesh Kumar Mallah
On 12/12/06, Tom Lane <[EMAIL PROTECTED]> wrote: "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: > Can you *please* tell how to get the fix. Checkout REL8_2_STABLE branch, not HEAD ... Thanks!. regards, tom lane ---(end of broadcast)--

Re: [ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Tom Lane
"Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: > Can you *please* tell how to get the fix. Checkout REL8_2_STABLE branch, not HEAD ... regards, tom lane ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Rajesh Kumar Mallah
On 12/12/06, Tom Lane <[EMAIL PROTECTED]> wrote: "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: > below query crashes 8.2.0 > tradein_clients=> SELECT size from general.eyp_listing where size in > (select distinct size from general.eyp_listing ) order by size limit > 1; Already fixed. Hi,

Re: [ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Tom Lane
"Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: > below query crashes 8.2.0 > tradein_clients=> SELECT size from general.eyp_listing where size in > (select distinct size from general.eyp_listing ) order by size limit > 1; Already fixed. regards, tom lane

[ADMIN] query crashes 8.2.0 but not 8.1.5

2006-12-12 Thread Rajesh Kumar Mallah
Hi, below query crashes 8.2.0 tradein_clients=> SELECT size from general.eyp_listing where size in (select distinct size from general.eyp_listing ) order by size limit 1; server closed the connection unexpectedly This probably means the server terminated abnormally before or while

[ADMIN] Increase checkpoint segments ?

2006-12-12 Thread Abu Mushayeed
Hello, I have many updates happening in the DB. All of them works with millions of rows. When this happens I get the following message: checkpoints are occurring too frequently (294 seconds apart) Consider increasing the configuration parameter "checkpoint_segments". Some values from my postgre

Re: [ADMIN] 8.2.0 bug :)

2006-12-12 Thread Tom Lane
=?ISO-8859-2?Q?G=E1briel_=C1kos?= <[EMAIL PROTECTED]> writes: > go to psql > issue \di+ > server closes connection :) Works for me. Can you narrow it down a bit? Perhaps corruption in a system catalog? A backtrace from the server coredump might be useful. regards, tom l

Re: [ADMIN] Migration problems with encoding.

2006-12-12 Thread Peter Eisentraut
Manuel Trujillo wrote: > The problem: Encoding incompatibilities between the postgresql > version. In detail? -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

Re: [ADMIN] 8.2.0 bug :)

2006-12-12 Thread Rajesh Kumar Mallah
On 12/12/06, Gábriel Ákos <[EMAIL PROTECTED]> wrote: go to psql issue \di+ server closes connection :) Akos, Can you please paste the exact message with which server closes connection. also start psql with -E option Regds mallah. Regards, Akos ---(end of broadcast)

Re: [ADMIN] 8.2.0 bug :)

2006-12-12 Thread Shoaib Mir
Exactly the same I too got as output without getting a bug in ver 8.2 :) --- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hm, i can't see any bug here: template1=# \di+ No relations found. template1=# Works also on a dat

Re: [ADMIN] 8.2.0 bug :)

2006-12-12 Thread Matthias . Pitzl
Hm, i can't see any bug here: template1=# \di+ No relations found. template1=# Works also on a database with existing indexes. Greetings, Matthias > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gábriel Ákos > Sent: Tuesday, December 12, 2006 1:2

[ADMIN] 8.2.0 bug :)

2006-12-12 Thread Gábriel Ákos
go to psql issue \di+ server closes connection :) Regards, Akos ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [ADMIN] Migration problems with encoding.

2006-12-12 Thread Shoaib Mir
Have you tried using 'iconv' for cleaning up the invalid UTF8 character? In case of big files you can always split them. - Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/12/06, Manuel Trujillo <[EMAIL PROTECTED]> wrote: Hi! Firs, I will apologize about my bad english...

[ADMIN] Migration problems with encoding.

2006-12-12 Thread Manuel Trujillo
Hi! Firs, I will apologize about my bad english... sorry... I have a database in postgres 8.0 with encoding defined with UTF8. All work fine, but because the new features from 8.2 version, we would like to migrate the database to this new version. The problem: Encoding incompatibilities between t