tablelog - tablelog: Changed column names and types in log table:

Поиск
Список
Период
Сортировка
От kimhanse@pgfoundry.org (User Kimhanse)
Тема tablelog - tablelog: Changed column names and types in log table:
Дата
Msg-id 20050628002545.3EFF51126090@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Changed column names and types in log table:
  tablelog_mode     ->  tablelog_action "char"
  tablelog_tuple    ->  tablelog_is_new boolean
  tablelog_changed  ->  tablelog_timestamp

Modified Files:
--------------
    tablelog:
        README.tablelog (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/README.tablelog.diff?r1=1.2&r2=1.3)
        tablelog.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog.c.diff?r1=1.3&r2=1.4)
        tablelog_init.sql (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_init.sql.diff?r1=1.2&r2=1.3)
        tablelog_restore.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_restore.c.diff?r1=1.2&r2=1.3)
        tablelog_restore.sql (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_restore.sql.diff?r1=1.2&r2=1.3)
    tablelog/test/benchmark:
        two-table.sql (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/benchmark/two-table.sql.diff?r1=1.1&r2=1.2)

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

Предыдущее
От: kimhanse@pgfoundry.org (User Kimhanse)
Дата:
Сообщение: tablelog - tablelog: Example of error when two tables in different
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: It is possible for PyObject_Str to fail, so be sure to