Correct the object name in the Postgres IDO connection object ERB template.
This commit is contained in:
parent
8f6fa5b70d
commit
928b09bb90
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
library "db_ido_pgsql"
|
||||
|
||||
object IdoPgsqlConnection "ido-pgsql" {
|
||||
object IdoPgsqlConnection "pgsql-ido" {
|
||||
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
|
||||
<%- if @host -%>
|
||||
<%#- Otherwise, include the parameter: -%>
|
||||
|
|
Loading…
Reference in a new issue