[SQL] Unsubscribe

2003-07-30 Thread 2000info

Unsubscribe


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[SQL] SSL

2003-10-13 Thread 2000info



Eu instalei o OpenSSL e compilei o PostgreSQL 
7.3.4 com --with-ssl.
Alterei o pg_hba.conf e adicionei 
hostssl.
Executei:
        openssl req 
-new -text -out server.req
        openssl rsa 
-in privkey.pem -out server.key        rm 
privkey.pem
        openssl req 
-x509 -in server.req -text -key server.key -out server.crt    
    chmod og-rwx server.key
 
        conforme 
indicado no manual. Porém, não consigo iniciar o serviço 
postgresql.
 
Como eu devo proceder para utilizar o PostgreSQL 
com criptografia (SSL) ?
 
 
 
SPS
2000info
 


[SQL] Postgres with OpenSSL

2003-10-16 Thread 2000info



Hello, peopleware !!!
 
 
I need to use Postgres with OpenSSL.
The MySql have many options of Docs for 
this.
Where is the options Docs for the Postgres with 
OpenSSL ?
 
Thanks !!!
 
SPS
2000info
 


[SQL] psqlODBC with SSL

2003-10-30 Thread 2000info



Hello, peopleware !!!
 
psqlODBC with SSL, it´s possible ?
 
 
 
SPS
2000Info
 


[SQL] pg_restore - don´t restore. Why?

2004-02-19 Thread 2000info



pg_dump, ok.
pg_restore, don´t restore. Why?
 
Red Hat 9, Fedora, Conectiva 9 and Postgres 7.4.1 
make my ambient use.
 
pg_restore -i -v -N -etc... return:
Droping... error! Object does not 
exist...
  
OR
Creating... error! Object exist with the same 
arguments...
  AND 
"Break the restore process".
 
Is this errors just in time for break the restore 
vital process?