Entities created in one query not available in another in extended protocol - Mailing list pgsql-hackers

From Shay Rojansky
Subject Entities created in one query not available in another in extended protocol
Date
Msg-id CADT4RqAH2nuVwM6cEugFL2z6apwXfP3OJb=zxR6jRgWEpx_2Ww@mail.gmail.com
Whole thread Raw
Responses Re: Entities created in one query not available in another in extended protocol  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
In Npgsql, the .NET driver for PostgreSQL, we've switched from simple to extended protocol and have received a user complaint.

It appears that when we send two messages in an extended protocol (so two Parse/Bind/Execute followed by a single Sync), where the first one creates some entity (function, table), and the second one can't query that entity (not found). This isn't terribly important but does seem a bit odd, I wanted to make sure you're aware of this.

Thanks,

Shay

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_rewind failure by file deletion in source server
Next
From: Simon Riggs
Date:
Subject: Re: Entities created in one query not available in another in extended protocol