python - pq: Implement COPY support in Executing.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - pq: Implement COPY support in Executing.
Дата
Msg-id 20050825004713.5D8121125F2C@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Implement COPY support in Executing. This adds a receptor keyword argument to
Executing. On COPY FROM, receptor must be an iterable that gives the data to be
copied. On COPY TO, receptor must be a callable that receives contents of the
CopyData messages received(differs from Querying's receptor). If a receptor
isn't given, no information will be supplied for COPY FROM and Executing_tuples
will hold the information received on COPY TO.

Additionally, make some of the compound transactions more consistent by taking
the portal name before the query name.

Modified Files:
--------------
    pq/src:
        client3.py (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Preliminary pass at release note editing.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Small cleanup.