#32292: Allow postgresql database connections to use postgres services
-------------------------------------+-------------------------------------
     Reporter:  levihb               |                    Owner:  Hasan
                                     |  Ramezani
         Type:  New feature          |                   Status:  closed
    Component:  Database layer       |                  Version:  4.0
  (models, ORM)                      |
     Severity:  Release blocker      |               Resolution:  fixed
     Keywords:  database postgresql  |             Triage Stage:  Accepted
  postgres service pg_service        |
  config                             |
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

 * version:  3.1 => 4.0
 * severity:  Normal => Release blocker
 * stage:  Ready for checkin => Accepted


Comment:

 I've noticed an issue when checking related ticket #32456. Using `.pgpass`
 with [https://github.com/django/django/pull/14043 PR] doesn't work because
 `dbshell` is trying to use the default `'postgres'` database when `NAME`
 is not set and a service name is in use. It shouldn't pass `dbname` as in
 the case of
 [https://github.com/django/django/pull/13808#discussion_r559328449
 connections].

 [https://github.com/django/django/pull/14054 PR]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32292#comment:14>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.feb63f770a5b27e0b31ebc8ccd4a342a%40djangoproject.com.

Reply via email to