diff options
| author | 2024-05-27 09:35:41 +0000 | |
|---|---|---|
| committer | 2024-05-27 09:35:41 +0000 | |
| commit | 0a18c0d802ce76cac5eb4cf2dae53c6e42536601 (patch) | |
| tree | 8d28ddc527edcb323cbdba9330e7b705bdcf6c59 /vendor/github.com/jackc/pgx/v5/pgxpool/doc.go | |
| parent | [performance] update storage backend and make use of seek syscall when availa... (diff) | |
| download | gotosocial-0a18c0d802ce76cac5eb4cf2dae53c6e42536601.tar.xz | |
[chore]: Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 (#2929)
Diffstat (limited to 'vendor/github.com/jackc/pgx/v5/pgxpool/doc.go')
| -rw-r--r-- | vendor/github.com/jackc/pgx/v5/pgxpool/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/jackc/pgx/v5/pgxpool/doc.go b/vendor/github.com/jackc/pgx/v5/pgxpool/doc.go index 06cc63d5f..099443bca 100644 --- a/vendor/github.com/jackc/pgx/v5/pgxpool/doc.go +++ b/vendor/github.com/jackc/pgx/v5/pgxpool/doc.go @@ -8,7 +8,7 @@ The primary way of creating a pool is with [pgxpool.New]: pool, err := pgxpool.New(context.Background(), os.Getenv("DATABASE_URL")) -The database connection string can be in URL or DSN format. PostgreSQL settings, pgx settings, and pool settings can be +The database connection string can be in URL or keyword/value format. PostgreSQL settings, pgx settings, and pool settings can be specified here. In addition, a config struct can be created by [ParseConfig]. config, err := pgxpool.ParseConfig(os.Getenv("DATABASE_URL")) |
