|
| 1 | +Running in noclean mode. Mistakes will not be cleaned up. |
| 2 | +The files belonging to this database system will be owned by user "zilder". |
| 3 | +This user must also own the server process. |
| 4 | + |
| 5 | +The database cluster will be initialized with locales |
| 6 | + COLLATE: ru_RU.UTF-8 |
| 7 | + CTYPE: ru_RU.UTF-8 |
| 8 | + MESSAGES: C |
| 9 | + MONETARY: ru_RU.UTF-8 |
| 10 | + NUMERIC: ru_RU.UTF-8 |
| 11 | + TIME: ru_RU.UTF-8 |
| 12 | +The default database encoding has accordingly been set to "UTF8". |
| 13 | +The default text search configuration will be set to "russian". |
| 14 | + |
| 15 | +Data page checksums are disabled. |
| 16 | + |
| 17 | +creating directory /home/zilder/projects/postgres/contrib/pg_pathman/./tmp_check/data ... ok |
| 18 | +creating subdirectories ... ok |
| 19 | +selecting default max_connections ... 100 |
| 20 | +selecting default shared_buffers ... 128MB |
| 21 | +selecting dynamic shared memory implementation ... posix |
| 22 | +creating configuration files ... ok |
| 23 | +creating template1 database in /home/zilder/projects/postgres/contrib/pg_pathman/./tmp_check/data/base/1 ... ok |
| 24 | +initializing pg_authid ... ok |
| 25 | +initializing dependencies ... ok |
| 26 | +creating system views ... ok |
| 27 | +loading system objects' descriptions ... ok |
| 28 | +creating collations ... ok |
| 29 | +creating conversions ... ok |
| 30 | +creating dictionaries ... ok |
| 31 | +setting privileges on built-in objects ... ok |
| 32 | +creating information schema ... ok |
| 33 | +loading PL/pgSQL server-side language ... ok |
| 34 | +vacuuming database template1 ... ok |
| 35 | +copying template1 to template0 ... ok |
| 36 | +copying template1 to postgres ... ok |
| 37 | + |
| 38 | +Sync to disk skipped. |
| 39 | +The data directory might become corrupt if the operating system crashes. |
| 40 | + |
| 41 | +WARNING: enabling "trust" authentication for local connections |
| 42 | +You can change this by editing pg_hba.conf or using the option -A, or |
| 43 | +--auth-local and --auth-host, the next time you run initdb. |
| 44 | + |
| 45 | +Success. You can now start the database server using: |
| 46 | + |
| 47 | + pg_ctl -D /home/zilder/projects/postgres/contrib/pg_pathman/./tmp_check/data -l logfile start |
| 48 | + |
0 commit comments