Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-18-2007, 04:18 AM
|
#1
|
|
Member
Registered: Sep 2006
Location: India
Distribution: suse10.2
Posts: 127
Rep:
|
Changes in postgres without restarting postgres
Hi all,
presently we are using postgreSql database.
I had make changes in my config file, i don't want to restart again and again when ever i am making any changes in database.
automatically this shuld be done!
ex: for yahoo there will be 1000 clicks per sec, if they are rstarting their server frequently it will stop and then start. this is not the correct method!
I am maintaing server with postgreSql database!
plz help me
|
|
|
|
07-18-2007, 07:43 AM
|
#2
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
If you are referring to configuration changes, then you can try something like
Code:
#/etc/init.d/postgresql reload
If you run Redhat or related distros
Code:
#service postgresql reload
|
|
|
|
07-19-2007, 12:26 AM
|
#3
|
|
Member
Registered: Sep 2006
Location: India
Distribution: suse10.2
Posts: 127
Original Poster
Rep:
|
Hi reddazz, thks thats working but i found another bug,
the below is by pg_bha.conf file
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host nagesh venki 192.168.1.0/24 password
here nagesh is database , venki is username and nagesh is password.
but when i am loging into phpPgadmin,
iam giving venki and wrong password ,still it is entering into database!!
where is the security?
plz help me!
i have to do any more changes??
|
|
|
|
07-19-2007, 01:06 AM
|
#4
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Unfortunately I can't help with the last questions, but maybe someone a bit more familiar with postgres will help out.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:37 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|