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
(1) |
3
(12) |
4
(2) |
5
(2) |
6
(13) |
7
(2) |
8
(1) |
9
(7) |
10
(7) |
11
(7) |
12
(2) |
13
(9) |
14
(11) |
15
(2) |
16
(2) |
17
(3) |
18
(4) |
19
(1) |
20
(7) |
21
(3) |
22
|
23
|
24
(7) |
25
(5) |
26
(5) |
27
(2) |
28
(1) |
29
|
30
|
31
|
|
|
|
|
|
From: Lin W. <lin...@gm...> - 2014-03-05 15:31:35
|
I think you need point out one port of the coordinators when you create a database, for example as below: [wln@localhost pgxc]$ /home/wln/pgxc/install_1_1/bin/createdb db1 createdb: could not connect to database template1: could not connect to server: no that file or folder Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? [wln@localhost pgxc]$ /home/wln/pgxc/install_1_1/bin/createdb db1 -p 5300 [wln@localhost pgxc]$ /home/wln/pgxc/install_1_1/bin/psql -d postgres -p 5300 -c "\l" List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+-------+----------+-------------+-------------+------------------- db1 | wln | UTF8 | zh_CN.UTF-8 | zh_CN.UTF-8 | postgres | wln | UTF8 | zh_CN.UTF-8 | zh_CN.UTF-8 | template0 | wln | UTF8 | zh_CN.UTF-8 | zh_CN.UTF-8 | =c/wln + | | | | | wln=CTc/wln template1 | wln | UTF8 | zh_CN.UTF-8 | zh_CN.UTF-8 | =c/wln + | | | | | wln=CTc/wln (4 rows) Good Luck --------- waln 2014-03-05 22:11 GMT+08:00 Juned Khan <jkh...@gm...>: > Hi All, > > Since last few days i am trying to setup postgre-xc with 3 local systems. > I have done with basic setup, but having issue with database creation. > > Below is the output of monitor all > > PGXC monitor all >> Running: gtm master >> Running: coordinator master coord1 >> Running: coordinator master coord2 >> Running: datanode master datanode1 >> Running: datanode master datanode2 >> > > But when i am trying to create database its giving me below error. > > PGXC createdb astpp; >> createdb: could not connect to database template1: could not connect to >> server: No such file or directory >> Is the server running locally and accepting >> connections on Unix domain socket "/tmp/.s.PGSQL.5432"? >> PGXC >> > > I am just one step away to done with my postgre-xc setup. > Please suggest me, how to get it fixed . > > > > -- > Thanks, > Juned Khan > iNextrix Technologies Pvt Ltd. > www.inextrix.com > > > ------------------------------------------------------------------------------ > Subversion Kills Productivity. Get off Subversion & Make the Move to > Perforce. > With Perforce, you get hassle-free workflows. Merge that actually works. > Faster operations. Version large binaries. Built-in WAN optimization and > the > freedom to use Git, Perforce or both. Make the move to Perforce. > > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > |
From: Juned K. <jkh...@gm...> - 2014-03-05 14:11:16
|
Hi All, Since last few days i am trying to setup postgre-xc with 3 local systems. I have done with basic setup, but having issue with database creation. Below is the output of monitor all PGXC monitor all > Running: gtm master > Running: coordinator master coord1 > Running: coordinator master coord2 > Running: datanode master datanode1 > Running: datanode master datanode2 > But when i am trying to create database its giving me below error. PGXC createdb astpp; > createdb: could not connect to database template1: could not connect to > server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > PGXC > I am just one step away to done with my postgre-xc setup. Please suggest me, how to get it fixed . -- Thanks, Juned Khan iNextrix Technologies Pvt Ltd. www.inextrix.com |