Categories Menu
Repair Center
24 hours online support we repair all types of laptops and relating to LCD screen,motherboard, DC adapter, power supplies and so much more! The shop reliable laptop repair in Ottawa area since 1995. Repair your laptop as easy as 1-2-3 !
computer_25
Services for your location
How to Install PostgreSQL Using the Source Code
print
report error
add to favorites
write a review
send to friends
suggest a topic
register

Ever wanted to install the PostgreSql server with some custom options? Need to install the PostgreSql server from source code instead of pre-configured packages? This article guides you through a short installation procedure to get the PostgreSql server up and running!

Hide these ads

Show Ads
[edit] StepsObtain the source code from PostgreSQL website [1].
Unpack the source code package. Use the following bash/console command:

gunzip postgresql-8.3.3.tar.gz
tar xf postgresql-8.3.3.tar


postgresql-8.3.3 is the name of the current version. Future versions might differ in the 8.3.3 part.
A directory named postgresql-8.3.3 will be created under the current directory (the one you executed the above script from).
Change the current directory to the newly created one (postgresql-8.3.3)
Configure the source tree for your system and choose the installation options you want:
Default Configuration: run the command
./configure
on your bash/console
Custom Configuration (this is for advanced users only): you can set a lot of custom configuration options using command line options listed in the PostgreSql documentation [2]
Start the build process by executing the command line
gmake
in your console/bash. This might take a few minutes depending on your hardware. The last line displayed should be:
All of PostgreSQL is successfully made. Ready to install.
Install PostgreSql files by executing the bash/console command:
gmake install
which will install the files to /usr/local/pgsql unless you used the --prefix=PREFIX command lin

prev
1
Other newly Articles from the Laptop Repair Tips and Tricks - Database Tips Category:
  1. How to Do Batch Decrypting With GnuPG
  2. Fix RUNDLL Error; RUNDLL32 Error Messages at Startup on Windows XP or Vista
  3. Create a Database Search Page Using Expression Web
  4. Microsoft Access Stored Queries and VBscript
  5. Getting Started: Oracle SQL Developer Release 2.1
  6. How to Find a Hidden File on Your Computer
  7. Accessing ODBC Databases from Lotus Notes/Domino
  8. SQL Tuning Tutorial - Understanding a Database Execution Plan
  9. Databases from scratch II: Simple Database Design
  10. How to Install PostgreSQL Using the Source Code
  11. Ways To Stop Runtime Error 424
  12. SQL Server DO's and DON'Ts
  13. How to Create an Access Database with VBScript
  14. How to Fix Kernel32 Dll Problem
  15. How to Reinstall Windows Without Losing Your Data
Custom Search
Examples: HP,laptop Rapair,LCD,DC Backlight,Inverter,solder
Article Comment:Replies(0)Views
Name(required):        Email(required):  
Verify: key
Use the above information at your own risk
Loading ... Loading ...