Top "Psycopg2" questions

Psycopg is a PostgreSQL adapter for Python programming language.

Psycopg2 on Amazon Elastic Beanstalk

I'm trying upload my project (in python) that uses Psycopg2 for Amazon Elastic Beanstalk. I'm doing this with a zip …

python amazon-web-services psycopg2 amazon-elastic-beanstalk
Django 'pip install django-heroku'(psycopg2) error is blocking deployment to Heroku

I am setting up a new Django project to deploy on Heroku, however when I am following the Django Heroku …

django python-3.x heroku pip psycopg2
Improving Postgres psycopg2 query performance for Python to the same level of Java's JDBC driver

Overview I'm attempting to improve the performance of our database queries for SQLAlchemy. We're using psycopg2. In our production system, …

performance postgresql jdbc psycopg2
How to insert JSONB into Postgresql with Python?

I am new to python and postgresql I've been battling just hardcoding each json line with python and I don't …

python json postgresql psycopg2 jsonb
xcrun/lipo freezes with OS X Mavericks and XCode 4.x

Been trying to install psycopg2 with either easy_install or pip, and the terminal gets stuck in a loop between …

python xcode psycopg2 osx-mavericks lipo
Django ProgrammingError in Fields on PostgreSQL

models.py class Stop(models.Model): idn = models.PositiveIntegerField(primary_key=True, unique=True) label = models.CharField(null=False, blank=…

django postgresql python-3.x psycopg2 jsonb
postgresql: jsonb update multiple keys in one query

I have the following postgresql rows as JSONB row: {age:26} And I would like to replace it so that that …

sql postgresql psycopg2 jsonb
Django and PostgreSQL - value too long for type character varying(512)

I am migrating from a test SQLite database to a PostgreSQL database. I have a sample object that is inserted …

django postgresql psycopg2 django-database
psycopg2 could not translate host name

My airflow server periodically fails. When I check the gunicorn logs, the error before all works shutting down looks like …

airflow gunicorn psycopg2