Re: [ADMIN] FINAL: Multi-User PostgreSQL usage SECURITY

2001-09-20 Thread Felipe Nascimento
Title: RE: [ADMIN] FINAL: Multi-User PostgreSQL usage SECURITY Guys, In my case, I wanted a user to access only database A, with limited privileges, and I wanted to keeep users passwords encrypted (users passwords are not encrypted in pg_shadow table.): 1. I loged in template1 with user pos

Re: [ADMIN] [repost] pg_restore doesn't work with custom format?

2001-10-24 Thread Felipe Nascimento
Title: RE: [ADMIN] [repost] pg_restore doesn't work with custom format? what document have you updated? Can we download it? Felipe -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: terça-feira, 23 de outubro de 2001 20:19 To: Stephan Szabo Cc: Allan Engelhard

Re: [ADMIN] user passwords

2001-12-20 Thread Felipe Nascimento
Title: RE: [ADMIN] user passwords take a look at http://archives.postgresql.org/pgsql-admin/2001-09/msg00095.php -Original Message- From: Jodi Kanter [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 20 de dezembro de 2001 14:19 To: Postgres Admin List Subject: [ADMIN] user passwords

[ADMIN] Persistent Connections with PHP and PostgreSQL

2002-02-06 Thread Felipe Nascimento
ll the normal connections whenever I open one.)?? Thanks         Felipe Nascimento         MultiValor.com.br         Tel.: 55 21 2505 3900 / 2505 3911         Fax: 55 21 2505 3910         <mailto:[EMAIL PROTECTED]>         <http://www.multivalor.com.br>

Re: [ADMIN] Persistent Connections with PHP and PostgreSQL

2002-02-06 Thread Felipe Nascimento
Title: RE: [ADMIN] Persistent Connections with PHP and PostgreSQL Do I have to call pg_close() every time at the end of the script?? Tks Felipe -Original Message- From: Phill Kenoyer [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 6 de fevereiro de 2002 16:24 To: Felipe Nascimento

[ADMIN] Is there docs about what's new in 7.2?

2002-03-05 Thread Felipe Nascimento
Title: Is there docs about what's new in 7.2? Hi, is there any documentation about what is new in version 7.2 in comparisson to 7.1? Tks Felipe

[ADMIN] column name length

2002-03-08 Thread Felipe Nascimento
Title: column name length Is there a max length (number of characters) to column names?? I received the following: identifier "petb_convidado_partida_participante" will be truncated to "petb_convidado_partida_particip" Tks Felipe

Re: [ADMIN] How to create a user with password

2002-04-04 Thread Felipe Nascimento
Title: RE: [ADMIN] How to create a user with password use the utility pg_passwd. The argument is the file that will hold the passwords  $pg_passwd  passfile Username:postgres New password: Re-enter new password: -Original Message- From: Web Administrator [mailto:[EMAIL PROTECTED]

Re: [ADMIN] Help needed

2002-06-11 Thread Felipe Nascimento
try to start the postgres daemon /etc/init.d/postgres start -Original Message-From: John McMaster [mailto:[EMAIL PROTECTED]]Sent: segunda-feira, 10 de junho de 2002 19:55To: [EMAIL PROTECTED]Subject: [ADMIN] Help needed Hi I keep getting the following error when I try to

Re: [ADMIN] time stamp

2002-06-20 Thread Felipe Nascimento
mail for the user reminding him of the meeting one hour befor it, the server will send that email at 11 o'clock (server time) that is 2 o'clock to the user, that means, after the meeting. My question is: how to manage this so I can send the email to the user at his 11 o'clock (8 a.m.

Re: [ADMIN] time stamp

2002-06-21 Thread Felipe Nascimento
e email to the user at his 11 o'clock (8 a.m. server time)??? Tks Felipe Nascimento -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 20 de junho de 2002 13:49 To: nimeshb Cc: Brian McCane; [EMAIL PROTECTED] Subject: Re: [ADMIN] time

Re: [ADMIN] time stamp

2002-06-21 Thread Felipe Nascimento
ailto:[EMAIL PROTECTED]] Sent: sexta-feira, 21 de junho de 2002 12:14 To: Felipe Nascimento Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] time stamp Felipe Nascimento <[EMAIL PROTECTED]> writes: > let's imagine that my server resides in Time Zone(TZ) "-00", and one user >

Re: [ADMIN] createuser --password

2002-07-08 Thread Felipe Nascimento
Title: RE: [ADMIN] createuser --password take a look at. http://archives.postgresql.org/pgsql-admin/2001-09/msg00095.php the utility you are looking for is: pg_passwd Felipe -Original Message- From: Stephane Schildknecht [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 8 de julho

Re: [ADMIN] createuser --password

2002-07-09 Thread Felipe Nascimento
-feira, 8 de julho de 2002 15:45 To: Felipe Nascimento Cc: 'Stephane Schildknecht'; Postgresql-Admin; PostgreSQL-General Subject: Re: [ADMIN] createuser --password Uh, not really.  pg_passwd is for managing secondary