Hola Soy estudiante de Ingeniería Informática. Le escribo porque consulté una publicación suya en la web sobre POSTGRESQL y más específicamente mi duda es sobre replica, tenemos un escenario de la siguiente manera, queremos montar una aplicación para el país completo, que es necesario que todos puedan consultar y modificar sobre los mismos datos y tenemos la duda si usar PgCluster nos seria factible? y si es así si seria síncrono o asíncrono. Otra cosa, que seria el replicador(hardware o software) y el balanceador de carga. Gracias de antemano Saludos Igniris
-----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Thomas Bräutigam Enviado el: martes, 29 de abril de 2008 23:10 Para: Joshua D. Drake CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [email protected] Asunto: Re: [ADMIN] Remove Postgres from Solaris 10 Hi Joshua, I think I have to explain it a little more detailed - my product uses a postgres database with the standart config (ports etc.) - with Solaris 10 postgres is already installed as standart - I need to replace this Solaris 10 postgres installation with my standart postgres database of my product That is the reason I need to remove the standart postgres installation from Solaris 10 that I can use my own postgres database. My concern is how I can remove this standart Solaris 10 postgres database as quick and efficient as possible that I can put in my postgres database? Cheers Thomas -----Original Message----- From: Joshua D. Drake [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 30. April 2008 02:33 To: Thomas Bräutigam Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [email protected] Subject: Re: [ADMIN] Remove Postgres from Solaris 10 On Wed, 30 Apr 2008 01:59:08 +0200 Thomas Bräutigam <[EMAIL PROTECTED]> wrote: > Hi Joshua > > The problem is this that I need this ports for my default postgres > database. > > Is it than possible to have 2 default postgres databases in parallel? > Same ports etc.....? I am afraid I don't understand what you are asking. You can't have two postgresql installations bound to the same port. You can have two postgresql installations pointing to different ports on the same machine. Joshua D. Drake -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ United States PostgreSQL Association: http://www.postgresql.us/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
