Re: [Pgpool-hackers] show pool_status like...

2011-09-18 Thread Guillaume Lelarge
On Fri, 2011-09-16 at 08:02 +0900, Tatsuo Ishii wrote: > > On Thu, 2011-09-15 at 07:57 +0900, Tatsuo Ishii wrote: > >> >>> Hi, > >> >>> > >> >>> While I took a look at MySQL manual (mainly for checking query cache > >> >>> functionality), I noticed that MySQL has following syntx: > >> >>> > >> >>>

Re: [Pgpool-hackers] show pool_status like...

2011-09-15 Thread Tatsuo Ishii
> On Thu, 2011-09-15 at 07:57 +0900, Tatsuo Ishii wrote: >> >>> Hi, >> >>> >> >>> While I took a look at MySQL manual (mainly for checking query cache >> >>> functionality), I noticed that MySQL has following syntx: >> >>> >> >>> show like 'foo%'; >> >>> >> >>> I think this is usefull for "sho

Re: [Pgpool-hackers] show pool_status like...

2011-09-15 Thread Guillaume Lelarge
On Thu, 2011-09-15 at 07:57 +0900, Tatsuo Ishii wrote: > >>> Hi, > >>> > >>> While I took a look at MySQL manual (mainly for checking query cache > >>> functionality), I noticed that MySQL has following syntx: > >>> > >>> show like 'foo%'; > >>> > >>> I think this is usefull for "show pool_sta

Re: [Pgpool-hackers] show pool_status like...

2011-09-14 Thread Tatsuo Ishii
>>> Hi, >>> >>> While I took a look at MySQL manual (mainly for checking query cache >>> functionality), I noticed that MySQL has following syntx: >>> >>> show like 'foo%'; >>> >>> I think this is usefull for "show pool_status" command since it has >>> lengthy output now. >>> >>> Usage of show

Re: [Pgpool-hackers] show pool_status like...

2011-09-14 Thread Jehan-Guillaume (ioguix) de Rorthais
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/2011 09:30, Tatsuo Ishii wrote: >> Hi, >> >> While I took a look at MySQL manual (mainly for checking query cache >> functionality), I noticed that MySQL has following syntx: >> >> show like 'foo%'; >> >> I think this is usefull for "show

Re: [Pgpool-hackers] show pool_status like...

2011-09-13 Thread Jehan-Guillaume (ioguix) de Rorthais
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/2011 07:42, Tatsuo Ishii wrote: > Hi, Hello Tatsuo, > While I took a look at MySQL manual (mainly for checking query cache > functionality), I noticed that MySQL has following syntx: > > show like 'foo%'; > > I think this is usefull f

Re: [Pgpool-hackers] show pool_status like...

2011-09-13 Thread Tatsuo Ishii
> Hi, > > While I took a look at MySQL manual (mainly for checking query cache > functionality), I noticed that MySQL has following syntx: > > show like 'foo%'; > > I think this is usefull for "show pool_status" command since it has > lengthy output now. > > Usage of show pool_status and l

Re: [Pgpool-hackers] show pool_status like...

2011-09-13 Thread Guillaume Lelarge
On Tue, 2011-09-13 at 14:42 +0900, Tatsuo Ishii wrote: > Hi, > > While I took a look at MySQL manual (mainly for checking query cache > functionality), I noticed that MySQL has following syntx: > > show like 'foo%'; > > I think this is usefull for "show pool_status" command since it has > l

[Pgpool-hackers] show pool_status like...

2011-09-12 Thread Tatsuo Ishii
Hi, While I took a look at MySQL manual (mainly for checking query cache functionality), I noticed that MySQL has following syntx: show like 'foo%'; I think this is usefull for "show pool_status" command since it has lengthy output now. Usage of show pool_status and like will be something