Re: [GENERAL] I lost my password

2015-07-27 Thread Raymond O'Donnell
On 27/07/2015 14:54, p...@arbolone.ca wrote: > It worked! > Thanks kids, that was awesome! Glad it worked. It's a while since I've been called a kid! :-) > One last question, is there a tutorial about accessing the back end > using c++ I've done it using Qt, and there are tons of documentation a

Re: [GENERAL] I lost my password

2015-07-27 Thread papa
reSQL MailingList Subject: Re: [GENERAL] I lost my password On 27/07/2015 04:15, p...@arbolone.ca wrote: OK, I think I should tell you folks that I am a newbie. I am using postgresql to learn the SQL for the purpose of learning storing the data in my c++ application. I have near zero knowledge of S

Re: [GENERAL] I lost my password

2015-07-27 Thread Adrian Klaver
nday, July 26, 2015 11:09 PM To: p...@arbolone.ca ; PostGreSQL MailingList Subject: Re: [GENERAL] I lost my password On 07/26/2015 08:05 PM, p...@arbolone.ca wrote: I am using windows 8.1 and what I believe to be the latest version of posgresql from postgresql.org. Would it be better to reinst

Re: [GENERAL] I lost my password

2015-07-27 Thread Raymond O'Donnell
On 27/07/2015 04:15, p...@arbolone.ca wrote: > OK, I think I should tell you folks that I am a newbie. I am using > postgresql to learn the SQL for the purpose of learning storing the data > in my c++ application. I have near zero knowledge of SQL or PostgreSQL > for that matter. > When I type C:\p

Re: [GENERAL] I lost my password

2015-07-27 Thread papa
gList Subject: Re: [GENERAL] I lost my password On 07/26/2015 08:15 PM, p...@arbolone.ca wrote: OK, I think I should tell you folks that I am a newbie. I am using postgresql to learn the SQL for the purpose of learning storing the data in my c++ application. I have near zero knowledge of SQL or Postg

Re: [GENERAL] I lost my password

2015-07-26 Thread Adrian Klaver
5 11:09 PM To: p...@arbolone.ca ; PostGreSQL MailingList Subject: Re: [GENERAL] I lost my password On 07/26/2015 08:05 PM, p...@arbolone.ca wrote: I am using windows 8.1 and what I believe to be the latest version of posgresql from postgresql.org. Would it be better to reinstall postgresql?

Re: [GENERAL] I lost my password

2015-07-26 Thread papa
x27;t recall the any passwords I might've set up at installation time. thanks -Original Message- From: Adrian Klaver Sent: Sunday, July 26, 2015 11:09 PM To: p...@arbolone.ca ; PostGreSQL MailingList Subject: Re: [GENERAL] I lost my password On 07/26/2015 08:05 PM, p...@arbolon

Re: [GENERAL] I lost my password

2015-07-26 Thread Adrian Klaver
- From: Adrian Klaver Sent: Sunday, July 26, 2015 11:01 PM To: p...@arbolone.ca ; PostGreSQL MailingList Subject: Re: [GENERAL] I lost my password On 07/26/2015 07:51 PM, p...@arbolone.ca wrote: After installing PostgreSQL I lost the password, how can I recover it? What OS? How did you

Re: [GENERAL] I lost my password

2015-07-26 Thread papa
: [GENERAL] I lost my password On 07/26/2015 07:51 PM, p...@arbolone.ca wrote: After installing PostgreSQL I lost the password, how can I recover it? What OS? How did you install? What password are you talking about? Assuming you are talking about a Postgres password, take a look at: http

Re: [GENERAL] I lost my password

2015-07-26 Thread John McKown
Which password? What operating system (Linux, Windows, Mac)? If you are on Linux, what I do is an "sudo su postgres-" to switch to the "postgres" user, which does not (since I'm "root" via sudo) require a password to do. On Sun, Jul 26, 2015 at 9:51 PM, wrote: > After installing PostgreSQL I

Re: [GENERAL] I lost my password

2015-07-26 Thread Adrian Klaver
On 07/26/2015 07:51 PM, p...@arbolone.ca wrote: After installing PostgreSQL I lost the password, how can I recover it? What OS? How did you install? What password are you talking about? Assuming you are talking about a Postgres password, take a look at: http://www.postgresql.org/docs/9.4/in

Re: [GENERAL] I lost my password

2015-07-26 Thread Yves Dorfsman
On 2015-07-26 20:51, p...@arbolone.ca wrote: > After installing PostgreSQL I lost the password, how can I recover it? Assuming you have "local" login configured (which is the default), you can su to the postgres user (or whichever is configured in pg_hba.conf) and login with psql directly without

[GENERAL] I lost my password

2015-07-26 Thread papa
After installing PostgreSQL I lost the password, how can I recover it?