One Unified Global Perspective
Communications with a Global Perspective
Home
Intro
Contact Us
Voice over IP
PBX Solutions
Services
Support
Glossary
Open Source
Blog
Forum

WebMail





2007 Mar 26 - Mon

Installation and Configuration of PGAdmin on Debian

A multiplatform GUI tool called pgAdmin is available for managing and querying PostgreSQL databases. It is available at www.pgadmin.org.

For Windows platforms, an executable installation program is available.

For Debian platforms, don't install the package from the Debian web site. Instead, through a little config file magic, a Debian package direct from pgAdmin can be installed.

First, you'll need to determine your nearest mirror. Choose a mirror, and past it in the following format into /etc/apt/sources.list:

deb [MIRROR URL]/pgadmin3/release/debian testing pgadmin

You should then be able to run the following commands to get it installed:

apt-get update
apt-get install pgadmin3 

You can start pgadmin through the command pgadmin3. In order to manage the database, you'll have to login first as postgres, or try this simple expedient (warning this is not very secure for your database). Place the following line into /etc/postgresql/7.4/main/pg_hba.conf:

host    all         postgres    127.0.0.1         255.255.255.255   trust

In pgadmin, you'll need to connect to the database. You can connect to a specific database through existing credentials, or if you are looking to create new databases, you should connect via the above credentials and connect to template1.



Blog Content ©2008
Ray Burkholder
All Rights Reserved
ray@oneunified.net
(441) 505 7293
Available for Contract Work
Resume

RSS: Click to see the XML version of this web page.

View Ray 
Burkholder's profile on LinkedIn
technorati
Add to Technorati Favorites



March
Su Mo Tu We Th Fr Sa
       
26


Main Links:
Monitoring Server
SSH Tools
QuantDeveloper Code

Special Links:
Frink

Blog Links:
Sergey Solyanik
Marc Andreessen
HotGigs
Micro Persuasion
... Reasonable ...
Chris Donnan
BeyondVC
lifehacker
Trader Mike
Ticker Sense
HeadRush
TraderFeed
Stock Bandit
The Daily WTF
Guy Kawaski
J. Brant Arseneau
Steve Pavlina
Matt Cutts
Kevin Scaldeferri
Joel On Software
Quant Recruiter
Blosxom User Group
Wesner Moise
Julian Dunn
Steve Yegge

2007
Months
Mar




Mason HQ

Disclaimer: This site may include market analysis. All ideas, opinions, and/or forecasts, expressed or implied herein, are for informational purposes only and should not be construed as a recommendation to invest, trade, and/or speculate in the markets. Any investments, trades, and/or speculations made in light of the ideas, opinions, and/or forecasts, expressed or implied herein, are committed at your own risk, financial or otherwise.