Uninstall postgres 7.4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Josué Maldonado

    Uninstall postgres 7.4

    Hello list,

    What's the "right" way to uninstall postgres 7.4 in Linux (RH 8)?.

    Thanks in advance

    --
    Josué Maldonado



    ---------------------------(end of broadcast)---------------------------
    TIP 9: the planner will ignore your desire to choose an index scan if your
    joining column's datatypes do not match

  • scott.marlowe

    #2
    Re: Uninstall postgres 7.4

    On Fri, 12 Dec 2003, Josué Maldonado wrote:
    [color=blue]
    > Hello list,
    >
    > What's the "right" way to uninstall postgres 7.4 in Linux (RH 8)?.[/color]

    That really depends on how it was installed. If installed via RPM, then
    you do 'rpm -e postgrespackage nameshere'. If it was installed from
    source, 'make uninstall'. or rm -Rf /usr/local/pgsql or whereever else you
    might have installed it to.


    ---------------------------(end of broadcast)---------------------------
    TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddres sHere" to majordomo@postg resql.org)

    Comment

    • Josué Maldonado

      #3
      Re: Uninstall postgres 7.4

      Hello Scott,

      I forgot to mention that, it was installed from source. Thanks for
      anwsering.


      scott.marlowe wrote:
      [color=blue]
      > On Fri, 12 Dec 2003, Josué Maldonado wrote:
      >
      >[color=green]
      >>Hello list,
      >>
      >>What's the "right" way to uninstall postgres 7.4 in Linux (RH 8)?.[/color]
      >
      >
      > That really depends on how it was installed. If installed via RPM, then
      > you do 'rpm -e postgrespackage nameshere'. If it was installed from
      > source, 'make uninstall'. or rm -Rf /usr/local/pgsql or whereever else you
      > might have installed it to.
      >[/color]


      --
      Josué Maldonado



      ---------------------------(end of broadcast)---------------------------
      TIP 8: explain analyze is your friend

      Comment

      Working...