SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

The database by default will be created in /mnt/postgresql/pgdata, as defined in scripts/pgsql/pgsql_profile.in. Re-run configure if you modify that file. The idea is that if you are going to mount a device for the database, mount it at /mnt/postgresql.

To load the database:

scripts/pgsql/build_db.sh -d <datadir> -e <scale factor> -g

The -g option will generate the datafiles. If you already have datafiles created, you can omit -g.

Where <datadir> is the location of your database flat files. They will be created there is you use the -g flag.

To drop the database:

scripts/pgsql/drop_db.sh

JDBC driver is available at:

http://jdbc.postgresql.org/


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.