. . "Some databases, such as PostgreSQL, only allow one operation to be performed at a time on each connection.[citation needed] If a request for data (a SQL Select statement) is sent to the database and a result set is returned, the connection is open but not available for other operations until the client finishes consuming the result set." . .