You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
(9) |
15
(3) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
|
31
|
|
|
|
|
|
|
From: Mason S. <mas...@en...> - 2010-10-06 13:48:35
|
On 10/6/10 1:25 AM, cheng chung wrote: > Dear All > I have installed postgres-XC 0.9.2 version with single node. > I met some problem with trying to use pgadmin to connect database from > coordinate but it is sucess to connect from datanode. > pgadmin is just hanging there. > Are you able to connect to a coordinator via psql? Is your pg_hba.conf file ok? Regards, Mason -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Koichi S. <koi...@gm...> - 2010-10-06 07:02:39
|
Yes. We're planning to upgrade the base version to 9.0.1 (just released) by the end of next March. Until then, we will concentrate on extending coordinator and data node to support wider range of the statement, as well as HA capability. ---------- Koichi Suzuki 2010/10/6 cheng chung <ke...@ho...>: > Dear All > Current postgres-XC only support postgres community 8.4.3 version, is there > any plan to support other postgres version?? > > Eg: EDB 8.4 version or postgresql 9.0?? > > Best regards > Kent > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > |
From: cheng c. <ke...@ho...> - 2010-10-06 06:55:49
|
Dear All Current postgres-XC only support postgres community 8.4.3 version, is there any plan to support other postgres version?? Eg: EDB 8.4 version or postgresql 9.0?? Best regards Kent |
From: cheng c. <ke...@ho...> - 2010-10-06 05:25:53
|
Dear All I have installed postgres-XC 0.9.2 version with single node. I met some problem with trying to use pgadmin to connect database from coordinate but it is sucess to connect from datanode. pgadmin is just hanging there. startup command is blow: /usr/local/pgsql/bin/gtm -p 6666 -D /data/gtm/ & /usr/local/pgsql/bin/postgres -X -i -p 15432 -D /data/datanode/ & /usr/local/pgsql/bin/postgres -C -i -p 5432 -D /data/coord/ & the configuration file is below: coordinate & datanode ==========================pgxc.conf==================== coordinator_hosts = '172.22.5.39' # Host names or addresses of data nodes # (change requires restart) coordinator_ports = '5432' # Port numbers of coordinators # (change requires restart) coordinator_folders = '/data/coord' # List of Data folders of coordinators # (change require restart) ==========================end pgxc.conf==================== ==========================postgres.conf=================== pooler_port = 6667 # Pool Manager TCP port # (change requires restart) num_data_nodes = 1 # Number of Data Nodes # (change requires restart) min_pool_size = 1 # Initial pool size # (change requires restart) max_pool_size = 50 # Maximum pool size # (change requires restart) data_node_hosts = '172.22.5.39' # Host names or addresses of data nodes # (change requires restart) data_node_ports = '15432' # Port numbers of data nodes # (change requires restart) data_node_users = 'postgres' # User names of data nodes # (change requires restart) data_node_passwords = 'postgres' # Passwords of data nodes # (change requires restart) primary_data_node = 1 # Which data node to use first for # replicated writes #------------------------------------------------------------------------------ # GTM CONNECTION #------------------------------------------------------------------------------ gtm_host = '172.22.5.39' # Host name or address of GTM # (change requires restart) gtm_port = 6666 # Port of GTM # (change requires restart) gtm_coordinator_id = 1 # Coordinator identifier # (change requires restart) ==========================end postgres.conf=================== |