Description Usage Arguments Value
Connect to a PostgreSQL db
1 2 | connect_to_postgres_db(.dbname = NULL, .host = "localhost",
.port = 5432, .user = NULL, .password = NULL)
|
.dbname |
character name of dt |
.host |
character host name, defaults to "localhost" |
.port |
integer port number, defaults to 5432 |
.user |
character username |
.password |
character password |
connection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.