差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
softwares:fluent_bit:fluent_bit_pgsql [2024/03/15 12:45] – kobayash | softwares:fluent_bit:fluent_bit_pgsql [2024/03/15 12:50] (現在) – kobayash | ||
---|---|---|---|
行 4: | 行 4: | ||
=== PostgreSQL インストール === | === PostgreSQL インストール === | ||
* 参考: PostgreSQL を Ubuntu に普通にインストール https:// | * 参考: PostgreSQL を Ubuntu に普通にインストール https:// | ||
- | * < | + | * apt コマンドで PostgreSQL をインストール |
- | + | * インストールされたか確認。なんか走っている?< | |
- | < | + | |
could not change directory to "/ | could not change directory to "/ | ||
psql (14.11 (Ubuntu 14.11-0ubuntu0.22.04.1)) | psql (14.11 (Ubuntu 14.11-0ubuntu0.22.04.1)) | ||
行 21: | 行 20: | ||
$ | $ | ||
</ | </ | ||
+ | * / | ||
+ | # - Connection Settings - | ||
+ | |||
+ | # | ||
+ | # comma-separated list of addresses; | ||
+ | # defaults to ' | ||
+ | all | ||
+ | # (change requires restart) | ||
+ | port = 5432 # (change requires restart) | ||
+ | |||
+ | | | | | ||
+ | V V V | ||
+ | |||
+ | # - Connection Settings - | ||
+ | |||
+ | listen_addresses = ' | ||
+ | # comma-separated list of addresses; | ||
+ | # defaults to ' | ||
+ | all | ||
+ | # (change requires restart) | ||
+ | port = 5432 # (change requires restart) | ||
+ | </ | ||
+ | |||
+ | |||
+ |