Unix Technical Forum

Be careful in postgresql.conf of 8.1.

This is a discussion on Be careful in postgresql.conf of 8.1. within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hi Andreas. Although this is a comment, it is bad condition. postgresql.conf #data_directory = 'ConfigDir' # use data in ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 05:44 PM
Hiroshi Saito
 
Posts: n/a
Default Be careful in postgresql.conf of 8.1.

Hi Andreas.

Although this is a comment, it is bad condition.

postgresql.conf

#data_directory = 'ConfigDir' # use data in another directory
#hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
#ident_file = 'ConfigDir/pg_ident.conf # IDENT configuration file

Ummm, This should be as follows.

#ident_file = 'ConfigDir/pg_ident.conf' # IDENT configuration file

It is conf-editor gets confused. What do you consider?

Regards,
Hiroshi Saito



---------------------------(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-17-2008, 05:44 PM
Andreas Pflug
 
Posts: n/a
Default Re: Be careful in postgresql.conf of 8.1.

Hiroshi Saito wrote:
> Hi Andreas.
>
> Although this is a comment, it is bad condition.
>
> postgresql.conf
>
> #data_directory = 'ConfigDir' # use data in another directory
> #hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
> #ident_file = 'ConfigDir/pg_ident.conf # IDENT configuration file
>
> Ummm, This should be as follows.
>
> #ident_file = 'ConfigDir/pg_ident.conf' # IDENT configuration file
>
> It is conf-editor gets confused. What do you consider?


pgsql needs fix.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 05:44 PM
Antonio
 
Posts: n/a
Default Possible bug renaming roles

Dear Sirs:

I looked in the pgAdmin web page for a place to report bugs, but I
couldn't find it. So I send it to this list. If I'm wrong, please let me
know.


Bug description:
- When you try to rename a role, you get an error. The underlying sql
sentence seems to be wrong. PgAdmin is trying
ALTER GROUP ROLE "AccTotBDProy" RENAME TO "BDProy_AccTot";
and then the user gets the error


Expected results:
- It seems pgAdmin should try
ALTER ROLE "AccTotBDProy" RENAME TO "BDProy_AccTot";
and rename it


I'm available to do whatever tryings are needed.

Keep up the good work. Thanks for it all!




---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 05:44 PM
Hiroshi Saito
 
Posts: n/a
Default Re: Be careful in postgresql.conf of 8.1.

> > #ident_file = 'ConfigDir/pg_ident.conf' # IDENT configuration file
> >
> > It is conf-editor gets confused. What do you consider?

>
> pgsql needs fix.


Ok, I will post.

Regards,
Hiroshi Saito


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-17-2008, 05:44 PM
Andreas Pflug
 
Posts: n/a
Default Re: Possible bug renaming roles

Antonio wrote:
> Dear Sirs:
>
> I looked in the pgAdmin web page for a place to report bugs, but I
> couldn't find it. So I send it to this list. If I'm wrong, please let me
> know.
>
>
> Bug description:
> - When you try to rename a role, you get an error.


Fixed in svn for 1.4.1 and HEAD, thanks for reporting.

Regards,
Andreas

---------------------------(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
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 01:57 AM.


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