initlocation.1
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. ." This is -*-nroff-*-
  2. ." $Header: /usr/local/cvsroot/pgsql/src/man/Attic/initlocation.1,v 1.2 1998/01/11 22:17:38 momjian Exp $
  3. .TH INITDB UNIX 11/05/97 PostgreSQL
  4. .SH NAME
  5. initlocation - create a new Postgres storage area
  6. .SH SYNOPSIS
  7. .BR "initlocation"
  8. .IR "directory"
  9. .PP
  10. .BR "initlocation"
  11. .IR "$environment_variable"
  12. .SH DESCRIPTION
  13. .IR initlocation
  14. creates a new Postgres database storage area. A storage area contains
  15. distinct Postgres databases, with each database in a separate directory
  16. and managed by a single postmaster.
  17. .PP
  18. Creating a database storage area consists of creating the directories in which
  19. the database data will live.
  20. There are 2 types of arguments for
  21. .IR initlocation .
  22. First, you can specify an explicit
  23. absolute path to the top directory of the storage area.
  24. Second, you can specify an environment variable (e.g. $PGDATA2).
  25. This environment variable should be known to the backend for later use in
  26. .IR "create database" .
  27. In either case Postgres will add /base/
  28. to the specified path to create the storage area.
  29. .SH "SEE ALSO"
  30. create_database(l),
  31. initdb(1).