Unix Technical Forum

BUG #2465: Installation

This is a discussion on BUG #2465: Installation within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2465 Logged by: Patrick Hayes Email address: pkhayeskp@hotmail.com PostgreSQL version: ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Bugs

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 11:02 AM
Patrick Hayes
 
Posts: n/a
Default BUG #2465: Installation


The following bug has been logged online:

Bug reference: 2465
Logged by: Patrick Hayes
Email address: pkhayeskp@hotmail.com
PostgreSQL version: 8.1
Operating system: Window XP
Description: Installation
Details:

I have installed version 8.1. I am trying to access the console. This will
not allow me access. I know I am entering the correct password.

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-10-2008, 11:02 AM
Jim C. Nasby
 
Posts: n/a
Default Re: BUG #2465: Installation

On Fri, Jun 02, 2006 at 07:47:02PM +0000, Patrick Hayes wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2465
> Logged by: Patrick Hayes
> Email address: pkhayeskp@hotmail.com
> PostgreSQL version: 8.1
> Operating system: Window XP
> Description: Installation
> Details:
>
> I have installed version 8.1. I am trying to access the console. This will
> not allow me access. I know I am entering the correct password.


I'd bet that you're not.

I suggest going into pg_hba.conf and enabling trust access. Then connect
and change the password and change pg_hba.conf back. You'll need to
reload the config after each pg_hba.conf change.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-10-2008, 11:02 AM
pat hayes
 
Posts: n/a
Default Re: BUG #2465: Installation

Jim,
Thank you for your help. I have two last questions. How do you get the
system to describe a table? How to you get the system to give a listing of
all the table that a user has in his scheme? Thanks again for all the help.

PAT


>From: "Jim C. Nasby" <jnasby@pervasive.com>
>To: Patrick Hayes <pkhayeskp@hotmail.com>
>CC: pgsql-bugs@postgresql.org
>Subject: Re: [BUGS] BUG #2465: Installation
>Date: Tue, 6 Jun 2006 17:40:39 -0500
>
>On Fri, Jun 02, 2006 at 07:47:02PM +0000, Patrick Hayes wrote:
> >
> > The following bug has been logged online:
> >
> > Bug reference: 2465
> > Logged by: Patrick Hayes
> > Email address: pkhayeskp@hotmail.com
> > PostgreSQL version: 8.1
> > Operating system: Window XP
> > Description: Installation
> > Details:
> >
> > I have installed version 8.1. I am trying to access the console. This

>will
> > not allow me access. I know I am entering the correct password.

>
>I'd bet that you're not.
>
>I suggest going into pg_hba.conf and enabling trust access. Then connect
>and change the password and change pg_hba.conf back. You'll need to
>reload the config after each pg_hba.conf change.
>--
>Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com
>Pervasive Software http://pervasive.com work: 512-231-6117
>vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461




---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-10-2008, 11:02 AM
Jim C. Nasby
 
Posts: n/a
Default Re: BUG #2465: Installation

See \? in psql. In particular, \d. Note that a plain '\d' won't show you
tables that aren't in your search_path.

On Wed, Jun 07, 2006 at 09:53:03AM -0500, pat hayes wrote:
> Jim,
> Thank you for your help. I have two last questions. How do you get the
> system to describe a table? How to you get the system to give a listing of
> all the table that a user has in his scheme? Thanks again for all the help.
>
> PAT
>
>
> >From: "Jim C. Nasby" <jnasby@pervasive.com>
> >To: Patrick Hayes <pkhayeskp@hotmail.com>
> >CC: pgsql-bugs@postgresql.org
> >Subject: Re: [BUGS] BUG #2465: Installation
> >Date: Tue, 6 Jun 2006 17:40:39 -0500
> >
> >On Fri, Jun 02, 2006 at 07:47:02PM +0000, Patrick Hayes wrote:
> >>
> >> The following bug has been logged online:
> >>
> >> Bug reference: 2465
> >> Logged by: Patrick Hayes
> >> Email address: pkhayeskp@hotmail.com
> >> PostgreSQL version: 8.1
> >> Operating system: Window XP
> >> Description: Installation
> >> Details:
> >>
> >> I have installed version 8.1. I am trying to access the console. This

> >will
> >> not allow me access. I know I am entering the correct password.

> >
> >I'd bet that you're not.
> >
> >I suggest going into pg_hba.conf and enabling trust access. Then connect
> >and change the password and change pg_hba.conf back. You'll need to
> >reload the config after each pg_hba.conf change.
> >--
> >Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com
> >Pervasive Software http://pervasive.com work: 512-231-6117
> >vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>


--
Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-10-2008, 11:03 AM
pat hayes
 
Posts: n/a
Default Re: BUG #2465: Installation

Jim,
Thank you for all your help.



>From: "Jim C. Nasby" <jnasby@pervasive.com>
>To: pat hayes <pkhayeskp@hotmail.com>
>CC: pgsql-bugs@postgresql.org
>Subject: Re: [BUGS] BUG #2465: Installation
>Date: Thu, 8 Jun 2006 17:02:28 -0500
>
>See \? in psql. In particular, \d. Note that a plain '\d' won't show you
>tables that aren't in your search_path.
>
>On Wed, Jun 07, 2006 at 09:53:03AM -0500, pat hayes wrote:
> > Jim,
> > Thank you for your help. I have two last questions. How do you get

>the
> > system to describe a table? How to you get the system to give a listing

>of
> > all the table that a user has in his scheme? Thanks again for all the

>help.
> >
> > PAT
> >
> >
> > >From: "Jim C. Nasby" <jnasby@pervasive.com>
> > >To: Patrick Hayes <pkhayeskp@hotmail.com>
> > >CC: pgsql-bugs@postgresql.org
> > >Subject: Re: [BUGS] BUG #2465: Installation
> > >Date: Tue, 6 Jun 2006 17:40:39 -0500
> > >
> > >On Fri, Jun 02, 2006 at 07:47:02PM +0000, Patrick Hayes wrote:
> > >>
> > >> The following bug has been logged online:
> > >>
> > >> Bug reference: 2465
> > >> Logged by: Patrick Hayes
> > >> Email address: pkhayeskp@hotmail.com
> > >> PostgreSQL version: 8.1
> > >> Operating system: Window XP
> > >> Description: Installation
> > >> Details:
> > >>
> > >> I have installed version 8.1. I am trying to access the console.

>This
> > >will
> > >> not allow me access. I know I am entering the correct password.
> > >
> > >I'd bet that you're not.
> > >
> > >I suggest going into pg_hba.conf and enabling trust access. Then

>connect
> > >and change the password and change pg_hba.conf back. You'll need to
> > >reload the config after each pg_hba.conf change.
> > >--
> > >Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com
> > >Pervasive Software http://pervasive.com work: 512-231-6117
> > >vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

> >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: explain analyze is your friend
> >

>
>--
>Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com
>Pervasive Software http://pervasive.com work: 512-231-6117
>vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461




---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:19 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com