Re: [GENERAL] PosgreSQL Service does not Start In Vista

2009-09-02 Thread Iñigo Barandiaran
Thanks Raymond. Where can I find that log? I took a look in the bin folder where the service, and there is no log there. Thanks in advance! On 02/09/2009 11:39, Inigo Barandiaran wrote: PosgreSQL seems to be correct, but the service is not started afterwards. I tried to start it

Re: [GENERAL] createdb.exe and psql.exe without Promting Password

2009-02-10 Thread Iñigo Barandiaran
Thank you all! and Thanks Sam for the explanation about environment variable. I didn't know about that :) I've also tried the option of .pgpass file, that as far as I understand in Windows is pgpass.conf. I did a file containing only this line /*/:/*///:/*///:/MyPostgres///User/:MyPostgres

Fwd: [GENERAL] createdb.exe and psql.exe without Promting Password

2009-02-10 Thread Iñigo Barandiaran
Thanks Raymon. I'm using Windows XP. What does "visible to the script" means? Thanks in advance! Best, On 10/02/2009 18:04, Inigo Barandiaran wrote: I would like to create an script that includes calls to createdb.exe and psql.exe. I would like to use them with a user but without asking o

Fwd: [GENERAL] createdb.exe and psql.exe without Promting Password

2009-02-10 Thread Iñigo Barandiaran
Thanks Raymon. I'm using Windows XP. What does "visible to the script" means? Thanks in advance! Best, On 10/02/2009 18:04, Inigo Barandiaran wrote: I would like to create an script that includes calls to createdb.exe and psql.exe. I would like to use them with a user but without asking

Re: [GENERAL] createdb.exe and psql.exe without Promting Password

2009-02-10 Thread Iñigo Barandiaran
Thanks Raymon. I'm using Windows XP. What does "visible to the script" means? Thanks in advance! Best, On 10/02/2009 18:04, Inigo Barandiaran wrote: I would like to create an script that includes calls to createdb.exe and psql.exe. I would like to use them with a user but with

Re: [GENERAL] Install Postgre while installing Other software.

2009-02-08 Thread Iñigo Barandiaran
defined by default. Thanks again 2009/2/8 John R Pierce > Iñigo Barandiaran wrote: > >> Thank you all for your answers!. >> >> This solve one of my problems :) THANKS!!! >> >> John, thats a very good question. I've already thought about that, but >&

Re: [GENERAL] Install Postgre while installing Other software.

2009-02-08 Thread Iñigo Barandiaran
my application. What do you think? Thanks in advance!! 2009/2/8 John R Pierce > Iñigo Barandiaran wrote: > >> If I do un-install the service account is not removed, so next time I try >> to install the software again the service account name (posgres) exists so >> It can no

Re: [GENERAL] Install Postgre while installing Other software.

2009-02-08 Thread Iñigo Barandiaran
g back. Do you know how can I remove posgres service account while un-installing? or maybe Do you know how to chek if the postgres user exist while installing, so therefore the installation process could create or login with that user? Thank in advance! 2009/2/7 Iñigo Barandiaran > Hi Raymo

Re: [GENERAL] Install Postgre while installing Other software.

2009-02-07 Thread Iñigo Barandiaran
Hi Raymond! Thanks for your answer. I'm going to take a look to the silent option you mentioned. Any link related with this topic would be very appreciated. Thanks in advance! Best, 2009/2/7 Raymond O'Donnell > On 07/02/2009 15:40, Iñigo Barandiaran wrote: > > I'm tr

[GENERAL] Install Postgre while installing Other software.

2009-02-07 Thread Iñigo Barandiaran
Hi all! I'm trying to use Postgre as a DataBase manager of a Software I'm developing. I would like to know how to integrate an installation of Postgre in the installation of my own software. I mean, I need to firstly install Postgre, and when it finishes The rest of the installation of my software

Re: [GENERAL] field with Password

2009-02-04 Thread Iñigo Barandiaran
"Raymond C. Rodgers" Sent by: pgsql-general-ow...@postgresql.org 04/02/2009 14:34 To Iñigo Barandiaran

Re: [GENERAL] field with Password

2009-02-04 Thread Iñigo Barandiaran
Thanks Raymond That is something I wanted! It's Great if it is already integrated in Postgre! Superb. This is much more easy. Thank you All. Best, Iñigo Barandiaran wrote: Well, you can use the built-in md5 function for this purpose. For instance, you

Re: [GENERAL] field with Password

2009-02-04 Thread Iñigo Barandiaran
Thanks Raymond That is something I wanted! It's Great if it is already integrated in Postgre! Superb. This is much more easy. Thank you All. Best, Iñigo Barandiaran wrote: Thanks! Ok. I've found http://256.com/sources/md5/ library. So the idea is to def

Re: [GENERAL] field with Password

2009-02-04 Thread Iñigo Barandiaran
t the content of the DataBase of do the inverse process with the library. Is it correct? Thanks so much!! Best, Iñigo Barandiaran wrote: Thanks for your answers. Sorry for the questions but I'm new to Postgre :) The problem with a plain text password is that a user can see it by

Re: [GENERAL] field with Password

2009-02-04 Thread Iñigo Barandiaran
vance! Iñigo Barandiaran wrote: Hi. I would like to create a new table where one of the field would be a user password. Is there any data type for supporting this functionality? Something like Password DataType. I've taken a look of the available data types in PgAdmin Application and there

[GENERAL] field with Password

2009-02-04 Thread Iñigo Barandiaran
Hi. I would like to create a new table where one of the field would be a user password. Is there any data type for supporting this functionality? Something like Password DataType. I've taken a look of the available data types in PgAdmin Application and there is nothing similar to this. Than