Add link to PG docs about connection strings

This commit is contained in:
Dan Sosedoff 2017-12-14 22:49:10 -06:00
parent 318c33e8ff
commit 43fe84de3a
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -134,7 +134,10 @@
<div class="col-sm-12">
<label>Enter server URL scheme</label>
<input type="text" class="form-control" id="connection_url" name="url" autocomplete="off">
<p class="help-block">URL format: postgres://user:password@host:port/db?sslmode=mode</p>
<p class="help-block">
URL format: postgres://user:password@host:port/db?sslmode=mode<br/>
Read more on PostgreSQL <a href="https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING" target="_blank">connection string format</a>.
</p>
</div>
</div>
</div>