#33854: dbshell additional parameters does not work with psql
-------------------------------------+-------------------------------------
               Reporter:  Jarrett    |          Owner:  nobody
  Keifer                             |
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  4.0
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  psql dbshell
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 `psql` expects all options to proceed the database name, if provided. So,
 if doing something like `./manage.py dbshell -- -c "select * from
 some_table;" one will get this:

 {{{
 $ ./manage.py dbshell -- -c "select * from some_table;"
 psql: warning: extra command-line argument "-c" ignored
 psql: warning: extra command-line argument "select * from some_table;"
 ignored
 psql (10.21)
 Type "help" for help.

 some_database=>
 }}}

 It appears the args list just need to be constructed in the proper order,
 leaving the database name for the end of the args list.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33854>
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/010701820ed3dc06-78aa58da-eca1-4a91-8e1d-172247938a45-000000%40eu-central-1.amazonses.com.

Reply via email to