Re: [BDR] Node Join Question

Поиск
Список
Период
Сортировка
От Wayne E. Seguin
Тема Re: [BDR] Node Join Question
Дата
Msg-id CANf8RLsa+d_fE4_6eshWX6ZzVdtz0OSnv8_S4FBA_+QT=-xxTg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [BDR] Node Join Question  ("Wayne E. Seguin" <wayneeseguin@gmail.com>)
Ответы Re: [BDR] Node Join Question
Список pgsql-general
Craig,

It's alive!!! 

One more question on this thread, where can I find the meanings of node_status in the documentation?

pgbdr=#     SELECT * FROM bdr.bdr_nodes;
     node_sysid      | node_timeline | node_dboid | node_status | node_name |                    node_local_dsn                     |                  node_init_from_
dsn
---------------------+---------------+------------+-------------+-----------+-------------------------------------------------------+---------------------------------
---------------------
 6147988955199598785 |             1 |      16386 | r           | rdpg0     | host=10.244.2.2 port=5432 user=postgres dbname=pgbdr  |
 6147988955568627909 |             1 |      16386 | i           | rdpg1     | host=10.244.2.6 port=5432 user=postgres dbname=pgbdr  | host=10.244.2.2 port=5432 user=p
ostgres dbname=pgbdr
 6147988955597271233 |             1 |      16386 | r           | rdpg3     | host=10.244.2.14 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2 port=5432 user=p
ostgres dbname=pgbdr
 6147988963356274882 |             1 |      16386 | r           | rdpg4     | host=10.244.2.18 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2 port=5432 user=p
ostgres dbname=pgbdr
 6147988963438956739 |             1 |      16386 | r           | rdpg2     | host=10.244.2.10 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2 port=5432 user=p
ostgres dbname=pgbdr
(5 rows)

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

Предыдущее
От: "Wayne E. Seguin"
Дата:
Сообщение: Re: [BDR] Node Join Question
Следующее
От: Anil Menon
Дата:
Сообщение: Re: Why does this SQL work?