1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Add docs for initdb --auth.

This commit is contained in:
Bruce Momjian
2004-08-01 06:19:26 +00:00
parent e7029b2127
commit ca9540d34f
9 changed files with 201 additions and 59 deletions

View File

@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/port.h,v 1.45 2004/07/23 01:58:36 momjian Exp $
* $PostgreSQL: pgsql/src/include/port.h,v 1.46 2004/08/01 06:19:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -148,6 +148,8 @@ extern int pgunlink(const char *path);
#define unlink(path) pgunlink(path)
#endif
extern bool rmtree(char *path, bool rmtopdir);
#ifdef WIN32
/* open() replacement to allow delete of held files */