github.com/jackc/pgx/v5/pgconn.PgConn.Deallocate (method)

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L966: func (pgConn *PgConn) Deallocate(ctx context.Context, name string) error {

	github.com/jackc/pgx/v5
		conn.go#L384: 	err := c.pgConn.Deallocate(ctx, psName)