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 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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 |
| |||
| 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 |
| |||
| > > #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 |
| ||||
| 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 |