2015-09-21 12:40 GMT-07:00 Mike Bayer <mike...@zzzcomputing.com>:

>
> search path is not in Python, it's in your database.    Please run this:
>
> classics-MacBook-Pro:openvpn classic$ psql -U scott test
> psql (9.4.0)
> Type "help" for help.
>
> test=> show search_path;
>   search_path
> ----------------
>  "$user",public
> (1 row)
>
>
notifications=#  show search_path;
  search_path
----------------
 "$user",public
(1 row)

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy-alembic+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to