[ADMIN] undefined reference to `SSL_CTX_set_client_cert_cb'

2007-03-15 Thread Dieter Schicker
Hello list, I'm trying to compile postgresql-8.2.3 on a system running debian stable with kernel 2.6.8-2-686, but compilation stops with this error: gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wendif-labels -fno-strict-aliasing initdb.o -L../../../src/port -lpgport -L../..

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-15 Thread cedric
Le mercredi 14 mars 2007 22:42, Laurent Thevenet a écrit : > Hi Cédric, > > i had errors when compiling about the C functions signatures *_grouping_* > and correct it using a regular expression and now it's compiling but i did > not go further so i don't know it will work or not. > > If it the same

Re: [ADMIN] [pgsql-es-ayuda] INSTALACION ADICIONAL POSTGRES

2007-03-15 Thread Daniel Medina
Tengo instalado postgres en otra maquina exactamente igual a la de produccion , cree los mismos usuarios y base, pero si data,, alguien sabe cual es el archivo interno de postgres donde esta la tabla pg_shadow para copiarla al postgres que tiene la tabla corrupta he copiado la carpeta glo

Re: [ADMIN] [pgsql-es-ayuda] INSTALACION ADICIONAL POSTGRES

2007-03-15 Thread Alvaro Herrera
Daniel Medina wrote: > Tengo instalado postgres en otra maquina exactamente igual a la de > produccion , cree los mismos usuarios y base, pero si data,, > alguien sabe cual es el archivo interno de postgres donde esta la tabla > pg_shadow para copiarla al postgres que tiene la tabla corrupta...

Re: [ADMIN] [pgsql-es-ayuda] INSTALACION ADICIONAL POSTGRES

2007-03-15 Thread Daniel Medina
Estaba tratando de crear una replica del servido y copiar los archivos de postgres para corregir el error... ahora en la maquina de prueba genere un dump de pg_shadow con lo mismos datos del de produccion, si entro como usuario standalone sobre la maquina de produccion borro la tabla pg_shadow

Re: [ADMIN] [pgsql-es-ayuda] INSTALACION ADICIONAL POSTGRES

2007-03-15 Thread Alvaro Herrera
Daniel Medina wrote: > Estaba tratando de crear una replica del servido y copiar los archivos > de postgres para corregir el error... > > ahora en la maquina de prueba genere un dump de pg_shadow con lo mismos > datos del de produccion, si entro como usuario standalone > sobre la maquina de pro

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-15 Thread Laurent Thevenet
Hi cédric, do you have a stemmer working fine or french utf8 files ? Is that right ? It could be great if you could send them to me because effectively even the ispell files are not suited (i tried everything even from myspell directories converted to ispell) For information , i tried other langu

Re: [ADMIN] Error when building a dictionnary for tseach

2007-03-15 Thread cedric
Le jeudi 15 mars 2007 16:43, Laurent Thevenet a écrit : > Hi cédric, > > do you have a stemmer working fine or french utf8 files ? > Is that right ? > It could be great if you could send them to me because effectively even the > ispell files are not suited (i tried everything even from myspell > di

Re: [ADMIN] undefined reference to `SSL_CTX_set_client_cert_cb'

2007-03-15 Thread Hannes Dorbath
Dieter Schicker wrote: postgresql-8.2.3 on a system running debian stable with kernel 2.6.8-2-686 Any ideas? No, but maybe an antiquated OS and up to date applications is not the best match. Debian stable is somewhere around PG 7.4.x. Can you build it successfully without SSL enabled? Maybe

Re: [ADMIN] undefined reference to `SSL_CTX_set_client_cert_cb'

2007-03-15 Thread Tom Lane
Hannes Dorbath <[EMAIL PROTECTED]> writes: > Dieter Schicker wrote: >> postgresql-8.2.3 on a system running debian stable with kernel 2.6.8-2-686 >> Any ideas? > No, but maybe an antiquated OS and up to date applications is not the > best match. Debian stable is somewhere around PG 7.4.x. But we

Re: [ADMIN] undefined reference to `SSL_CTX_set_client_cert_cb'

2007-03-15 Thread Dieter Schicker
Tom Lane wrote: Hannes Dorbath <[EMAIL PROTECTED]> writes: Dieter Schicker wrote: postgresql-8.2.3 on a system running debian stable with kernel 2.6.8-2-686 Any ideas? No, but maybe an antiquated OS and up to date applications is not the best match. Debian stable is somewhere around PG 7.4.x

[ADMIN] how to add oids field

2007-03-15 Thread gunartha.nyoman
hi, I am new comer in this millis... i have a poblem, how to add a field/column in existing table without oids. if i create new table i can add field oids Thank alot before regrads Nyoman/bali