Thread

  1. pgmonitor completed

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-04-07T04:00:16Z

    [ BCC to admin]
    
    I have completed my PostgreSQL session monitor utility, pgmonitor.  I
    have recently added the ability to start/stop the postmaster.
    
    I considered adding the ability to set postmaster/postgres command
    flags, but decided they are not changed frequently enough.
    
    It still does not work on Solaris under 7.1RC because no Solaris users
    have gotten ps_status working on that platform.
    
    I plan to write PostgreSQL articles for the next few weeks.
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
  2. Re: [ADMIN] pgmonitor completed

    Jie Liang <jliang@ipinc.com> — 2001-04-08T00:55:25Z

    I tried to intall pltcl, but failed when I tried to build a
    pltcl.so 
    it seems hangging on there forever, what's wrong??
     
    su-2.04# cd /work/src/pgsql702/src/pl/tcl/
    su-2.04# ls
    CVS                             mkMakefile.tcldefs.sh.in
    INSTALL                         modules
    Makefile                        pltcl.c
    license.terms                   pltcl_guide.nr
    mkMakefile.tcldefs.sh           test
    su-2.04# gmake
    Makefile:22: Makefile.tcldefs: No such file or directory
    /bin/sh ./mkMakefile.tcldefs.sh
    ^Cgmake: *** Deleting file `Makefile.tcldefs'
    gmake: *** [Makefile.tcldefs] Interrupt
    
    
    Jie LIANG
    
    St. Bernard Software
    
    10350 Science Center Drive
    Suite 100, San Diego, CA 92121
    Office:(858)320-4873
    
    jliang@ipinc.com
    www.stbernard.com
    www.ipinc.com
    
    
    
    
  3. Re: [ADMIN] pgmonitor completed

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-04-08T01:32:22Z

    You don't need pltcl, just libtcl.
    
    > 
    > I tried to intall pltcl, but failed when I tried to build a
    > pltcl.so 
    > it seems hangging on there forever, what's wrong??
    >  
    > su-2.04# cd /work/src/pgsql702/src/pl/tcl/
    > su-2.04# ls
    > CVS                             mkMakefile.tcldefs.sh.in
    > INSTALL                         modules
    > Makefile                        pltcl.c
    > license.terms                   pltcl_guide.nr
    > mkMakefile.tcldefs.sh           test
    > su-2.04# gmake
    > Makefile:22: Makefile.tcldefs: No such file or directory
    > /bin/sh ./mkMakefile.tcldefs.sh
    > ^Cgmake: *** Deleting file `Makefile.tcldefs'
    > gmake: *** [Makefile.tcldefs] Interrupt
    > 
    > 
    > Jie LIANG
    > 
    > St. Bernard Software
    > 
    > 10350 Science Center Drive
    > Suite 100, San Diego, CA 92121
    > Office:(858)320-4873
    > 
    > jliang@ipinc.com
    > www.stbernard.com
    > www.ipinc.com
    > 
    > 
    > 
    
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  4. Re: libtcl

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-04-08T02:33:13Z

    No, I was wrong in even mentioning libpgtcl.  You don't even need that. 
    pgmonitor does not connect to the database at any time.  I should run as
    a shell script if you have tcl/tk >= 8.0 installed.
    
    > 
    > What I need to do to install libtcl
    > 
    > Do I still need to
    > createlang -d dbname pltcl??
    > and when??
    > 
    > 
    > Jie LIANG
    > 
    > St. Bernard Software
    > 
    > 10350 Science Center Drive
    > Suite 100, San Diego, CA 92121
    > Office:(858)320-4873
    > 
    > jliang@ipinc.com
    > www.stbernard.com
    > www.ipinc.com
    > 
    > On Sat, 7 Apr 2001, Bruce Momjian wrote:
    > 
    > > You don't need pltcl, just libtcl.
    > > 
    > > > 
    > > > I tried to intall pltcl, but failed when I tried to build a
    > > > pltcl.so 
    > > > it seems hangging on there forever, what's wrong??
    > > >  
    > > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/
    > > > su-2.04# ls
    > > > CVS                             mkMakefile.tcldefs.sh.in
    > > > INSTALL                         modules
    > > > Makefile                        pltcl.c
    > > > license.terms                   pltcl_guide.nr
    > > > mkMakefile.tcldefs.sh           test
    > > > su-2.04# gmake
    > > > Makefile:22: Makefile.tcldefs: No such file or directory
    > > > /bin/sh ./mkMakefile.tcldefs.sh
    > > > ^Cgmake: *** Deleting file `Makefile.tcldefs'
    > > > gmake: *** [Makefile.tcldefs] Interrupt
    > > > 
    > > > 
    > > > Jie LIANG
    > > > 
    > > > St. Bernard Software
    > > > 
    > > > 10350 Science Center Drive
    > > > Suite 100, San Diego, CA 92121
    > > > Office:(858)320-4873
    > > > 
    > > > jliang@ipinc.com
    > > > www.stbernard.com
    > > > www.ipinc.com
    > > > 
    > > > 
    > > > 
    > > 
    > > 
    > > -- 
    > >   Bruce Momjian                        |  http://candle.pha.pa.us
    > >   pgman@candle.pha.pa.us               |  (610) 853-3000
    > >   +  If your life is a hard drive,     |  830 Blythe Avenue
    > >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    > > 
    > 
    > 
    
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  5. libtcl

    Jie Liang <jliang@ipinc.com> — 2001-04-08T02:36:54Z

    What I need to do to install libtcl
    
    Do I still need to
    createlang -d dbname pltcl??
    and when??
    
    
    Jie LIANG
    
    St. Bernard Software
    
    10350 Science Center Drive
    Suite 100, San Diego, CA 92121
    Office:(858)320-4873
    
    jliang@ipinc.com
    www.stbernard.com
    www.ipinc.com
    
    On Sat, 7 Apr 2001, Bruce Momjian wrote:
    
    > You don't need pltcl, just libtcl.
    > 
    > > 
    > > I tried to intall pltcl, but failed when I tried to build a
    > > pltcl.so 
    > > it seems hangging on there forever, what's wrong??
    > >  
    > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/
    > > su-2.04# ls
    > > CVS                             mkMakefile.tcldefs.sh.in
    > > INSTALL                         modules
    > > Makefile                        pltcl.c
    > > license.terms                   pltcl_guide.nr
    > > mkMakefile.tcldefs.sh           test
    > > su-2.04# gmake
    > > Makefile:22: Makefile.tcldefs: No such file or directory
    > > /bin/sh ./mkMakefile.tcldefs.sh
    > > ^Cgmake: *** Deleting file `Makefile.tcldefs'
    > > gmake: *** [Makefile.tcldefs] Interrupt
    > > 
    > > 
    > > Jie LIANG
    > > 
    > > St. Bernard Software
    > > 
    > > 10350 Science Center Drive
    > > Suite 100, San Diego, CA 92121
    > > Office:(858)320-4873
    > > 
    > > jliang@ipinc.com
    > > www.stbernard.com
    > > www.ipinc.com
    > > 
    > > 
    > > 
    > 
    > 
    > -- 
    >   Bruce Momjian                        |  http://candle.pha.pa.us
    >   pgman@candle.pha.pa.us               |  (610) 853-3000
    >   +  If your life is a hard drive,     |  830 Blythe Avenue
    >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    > 
    
    
    
  6. Re: libtcl

    Jie Liang <jliang@ipinc.com> — 2001-04-08T03:04:44Z

    I believe what we are talking about is diff,
    I am trying to install pltcl language on my db not pgmonitor.
    When I wand to build a pltcl.so, I got following msg,
    I want to know there's any wrong?
    
    Thanks anyway.
    
    
    Jie LIANG
    
    St. Bernard Software
    
    10350 Science Center Drive
    Suite 100, San Diego, CA 92121
    Office:(858)320-4873
    
    jliang@ipinc.com
    www.stbernard.com
    www.ipinc.com
    
    On Sat, 7 Apr 2001, Bruce Momjian wrote:
    
    > No, I was wrong in even mentioning libpgtcl.  You don't even need that. 
    > pgmonitor does not connect to the database at any time.  I should run as
    > a shell script if you have tcl/tk >= 8.0 installed.
    > 
    > > 
    > > What I need to do to install libtcl
    > > 
    > > Do I still need to
    > > createlang -d dbname pltcl??
    > > and when??
    > > 
    > > 
    > > Jie LIANG
    > > 
    > > St. Bernard Software
    > > 
    > > 10350 Science Center Drive
    > > Suite 100, San Diego, CA 92121
    > > Office:(858)320-4873
    > > 
    > > jliang@ipinc.com
    > > www.stbernard.com
    > > www.ipinc.com
    > > 
    > > On Sat, 7 Apr 2001, Bruce Momjian wrote:
    > > 
    > > > You don't need pltcl, just libtcl.
    > > > 
    > > > > 
    > > > > I tried to intall pltcl, but failed when I tried to build a
    > > > > pltcl.so 
    > > > > it seems hangging on there forever, what's wrong??
    > > > >  
    > > > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/
    > > > > su-2.04# ls
    > > > > CVS                             mkMakefile.tcldefs.sh.in
    > > > > INSTALL                         modules
    > > > > Makefile                        pltcl.c
    > > > > license.terms                   pltcl_guide.nr
    > > > > mkMakefile.tcldefs.sh           test
    > > > > su-2.04# gmake
    > > > > Makefile:22: Makefile.tcldefs: No such file or directory
    > > > > /bin/sh ./mkMakefile.tcldefs.sh
    > > > > ^Cgmake: *** Deleting file `Makefile.tcldefs'
    > > > > gmake: *** [Makefile.tcldefs] Interrupt
    > > > > 
    > > > > 
    > > > > Jie LIANG
    > > > > 
    > > > > St. Bernard Software
    > > > > 
    > > > > 10350 Science Center Drive
    > > > > Suite 100, San Diego, CA 92121
    > > > > Office:(858)320-4873
    > > > > 
    > > > > jliang@ipinc.com
    > > > > www.stbernard.com
    > > > > www.ipinc.com
    > > > > 
    > > > > 
    > > > > 
    > > > 
    > > > 
    > > > -- 
    > > >   Bruce Momjian                        |  http://candle.pha.pa.us
    > > >   pgman@candle.pha.pa.us               |  (610) 853-3000
    > > >   +  If your life is a hard drive,     |  830 Blythe Avenue
    > > >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    > > > 
    > > 
    > > 
    > 
    > 
    > -- 
    >   Bruce Momjian                        |  http://candle.pha.pa.us
    >   pgman@candle.pha.pa.us               |  (610) 853-3000
    >   +  If your life is a hard drive,     |  830 Blythe Avenue
    >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    >