You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(1) |
2
|
3
(6) |
4
(8) |
5
(9) |
6
|
7
|
8
(6) |
9
(4) |
10
(5) |
11
(2) |
12
|
13
|
14
|
15
(1) |
16
(2) |
17
(5) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
(7) |
31
(11) |
|
|
|
From: Michael P. <mic...@gm...> - 2011-08-04 15:02:00
|
There are no restrictions. All their options are implemented. And it is possible to create replicated, distributed, modulo and round robin tables that are temporary. On Thu, Aug 4, 2011 at 4:58 PM, Koichi Suzuki <koi...@gm...> wrote: > Okay. Because CREATE TEMPORARY TABLE does not work in previous > version, I modified the reference manual not to include this. Can I > restore all the original syntax and description on TEMP table/view? > Are there any restriction on them? > > Regards; > ---------- > Koichi Suzuki > > > > 2011/8/4 Michael Paquier <mic...@gm...>: > > I don't get it. The SQL grammar for temporary tables is the one already > used > > by postgresql. > > There is no need to touch gram.y. > > > > On Thu, Aug 4, 2011 at 2:47 PM, Koichi Suzuki <koi...@gm...> > wrote: > >> > >> I'm afraid that it does not contain gram.y patch to allow CREATE TEMP > >> TABLE. Isn't it a part of this patch? Or do you suppose this should > >> be done separately? > >> ---------- > >> Koichi Suzuki > > > > -- > > Michael Paquier > > http://michael.otacoo.com > > > -- Michael Paquier http://michael.otacoo.com |
From: Koichi S. <koi...@gm...> - 2011-08-04 10:10:14
|
Thanks. I'll commit the changes when I have Michael's comment. ---------- Koichi Suzuki 2011/8/4 Ashutosh Bapat <ash...@en...>: > HAVING related changes look OK. > > On Thu, Aug 4, 2011 at 2:28 PM, Koichi Suzuki <ko...@in...> > wrote: >> >> Attached is a patch to include HAVING and TEMP objects. >> >> Please let me know if there're any other document files affected by these >> changes. >> --- >> Koichi Suzuki >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> The must-attend event for mobile developers. Connect with experts. >> Get tools for creating Super Apps. See the latest technologies. >> Sessions, hands-on labs, demos & much more. Register early & save! >> http://p.sf.net/sfu/rim-blackberry-1 >> _______________________________________________ >> Postgres-xc-developers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >> > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Enterprise Postgres Company > > |
From: Ashutosh B. <ash...@en...> - 2011-08-04 09:30:30
|
HAVING related changes look OK. On Thu, Aug 4, 2011 at 2:28 PM, Koichi Suzuki <ko...@in...>wrote: > Attached is a patch to include HAVING and TEMP objects. > > Please let me know if there're any other document files affected by these > changes. > --- > Koichi Suzuki > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Koichi S. <ko...@in...> - 2011-08-04 08:55:14
|
Attached is a patch to include HAVING and TEMP objects. Please let me know if there're any other document files affected by these changes. --- Koichi Suzuki |
From: Koichi S. <koi...@gm...> - 2011-08-04 07:58:46
|
Okay. Because CREATE TEMPORARY TABLE does not work in previous version, I modified the reference manual not to include this. Can I restore all the original syntax and description on TEMP table/view? Are there any restriction on them? Regards; ---------- Koichi Suzuki 2011/8/4 Michael Paquier <mic...@gm...>: > I don't get it. The SQL grammar for temporary tables is the one already used > by postgresql. > There is no need to touch gram.y. > > On Thu, Aug 4, 2011 at 2:47 PM, Koichi Suzuki <koi...@gm...> wrote: >> >> I'm afraid that it does not contain gram.y patch to allow CREATE TEMP >> TABLE. Isn't it a part of this patch? Or do you suppose this should >> be done separately? >> ---------- >> Koichi Suzuki > > -- > Michael Paquier > http://michael.otacoo.com > |
From: Michael P. <mic...@gm...> - 2011-08-04 05:50:33
|
I don't get it. The SQL grammar for temporary tables is the one already used by postgresql. There is no need to touch gram.y. On Thu, Aug 4, 2011 at 2:47 PM, Koichi Suzuki <koi...@gm...> wrote: > I'm afraid that it does not contain gram.y patch to allow CREATE TEMP > TABLE. Isn't it a part of this patch? Or do you suppose this should > be done separately? > ---------- > Koichi Suzuki > -- Michael Paquier http://michael.otacoo.com |
From: Koichi S. <koi...@gm...> - 2011-08-04 05:47:19
|
I'm afraid that it does not contain gram.y patch to allow CREATE TEMP TABLE. Isn't it a part of this patch? Or do you suppose this should be done separately? ---------- Koichi Suzuki 2011/8/4 Michael Paquier <mic...@gm...>: > Hi all, > > Here is the finalized version of the patch. > It includes new regression tests dedicated to the joins between temporary > tables and persistent tables. > If there are no objections, I'd like to commit that. > > Regards, > -- > Michael Paquier > http://michael.otacoo.com > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > |
From: Michael P. <mic...@gm...> - 2011-08-04 05:34:21
|
Hi all, Here is the finalized version of the patch. It includes new regression tests dedicated to the joins between temporary tables and persistent tables. If there are no objections, I'd like to commit that. Regards, -- Michael Paquier http://michael.otacoo.com |