public inbox for [email protected]  
help / color / mirror / Atom feed
Psycopg2 and postgresql 12
3+ messages / 3 participants
[nested] [flat]

* Psycopg2 and postgresql 12
@ 2019-10-01 19:10  Dale Arntson <[email protected]>
  0 siblings, 2 replies; 3+ messages in thread

From: Dale Arntson @ 2019-10-01 19:10 UTC (permalink / raw)
  To: [email protected] <[email protected]>

Hi all,

Can anyone give me an update on the plans for psycopg2 support for 
postgresql 12?

Thanks,

-dale


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Psycopg2 and postgresql 12
@ 2019-10-01 20:02  Adrian Klaver <[email protected]>
  parent: Dale Arntson <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Adrian Klaver @ 2019-10-01 20:02 UTC (permalink / raw)
  To: Dale Arntson <[email protected]>; [email protected] <[email protected]>

On 10/1/19 12:10 PM, Dale Arntson wrote:
> Hi all,
> 
> Can anyone give me an update on the plans for psycopg2 support for
> postgresql 12?

Not sure what you are looking for specifically, but:

In [11]: psycopg2.__version__
Out[11]: '2.8.3 (dt dec pq3 ext lo64)'

In [13]: con = psycopg2.connect("dbname=postgres user=postgres 
host=localhost port=5435")

In [12]: con.server_version
Out[12]: 120000

In [14]: cur = con.cursor()

In [15]: cur.execute("select * from pg_class")

In [16]: rs = cur.fetchall()

In [17]: len(rs)
Out[17]: 395


> 
> Thanks,
> 
> -dale
> 


-- 
Adrian Klaver
[email protected]





^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Psycopg2 and postgresql 12
@ 2019-10-02 10:05  Daniele Varrazzo <[email protected]>
  parent: Dale Arntson <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Daniele Varrazzo @ 2019-10-02 10:05 UTC (permalink / raw)
  To: Dale Arntson <[email protected]>; +Cc: [email protected] <[email protected]>

On Tue, Oct 1, 2019 at 8:10 PM Dale Arntson <[email protected]> wrote:
>
> Hi all,
>
> Can anyone give me an update on the plans for psycopg2 support for
> postgresql 12?

it should just work

-- Daniele





^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2019-10-02 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 19:10 Psycopg2 and postgresql 12 Dale Arntson <[email protected]>
2019-10-01 20:02 ` Adrian Klaver <[email protected]>
2019-10-02 10:05 ` Daniele Varrazzo <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox