github.com/jackc/pgx/v5/pgproto3.Execute.Portal (field)

5 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		execute.go#L12: 	Portal  string
		execute.go#L28: 	dst.Portal = string(b[:len(b)-1])
		execute.go#L41: 	dst = append(dst, src.Portal...)
		execute.go#L55: 		Portal:  src.Portal,
		trace.go#L265: 		fmt.Fprintf(t.buf, "\t %s %d", traceDoubleQuotedString([]byte(msg.Portal)), msg.MaxRows)