Add postgresql to bullet list of backends

This commit is contained in:
merri-j 2016-02-03 14:04:55 -05:00
parent fd4283b430
commit 3a996e11fd
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ to help you, but may refer you to the backend author.
* `mysql` - Store data within MySQL. This backend does not support HA. This
is a community-supported backend.
* `postgresql` - Store data within PostgreSQL. This backend does not support HA. This
is a community-supported backend.
* `inmem` - Store data in-memory. This is only really useful for
development and experimentation. Data is lost whenever Vault is
restarted.