Management system for PostgreSQL?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vitaly Belman

    #1

    Management system for PostgreSQL?

    I'm looking for software that can generate PHP scripts from PostgreSQL
    database that will allow for distant users to edit the data.

    The idea is to let selected users have EASY access to edit the data
    they see, I can't possibly give raw access with pgMyAdmin or anything
    of sorts, as it is hardly accessible for the average user.

    For MySQL I know the PHPMaker (http://www.hkvstore.com/phpmaker/) but
    I haven't yet found anything of sorts for PostgreSQL.

    Needed features:

    * Ability to add/edit/delete data.
    * Ability to mask the columns and show only some of them (for example,
    the numerical pk is not needed).
    * Ability to work with joins between tables (e.g customer and
    customer_type, which means the customer will have a column with a list
    box letting the user choose the type).
    * Would be really nice if it had some kind of option to save the
    changed but not to apply them until someone approves them...

    Anyone knows some kind of software that does that?

    --
    ICQ: 1912453
    AIM: VitalyB1984
    MSN: tmdagent@hotmai l.com
    Yahoo!: VitalyBe

    ---------------------------(end of broadcast)---------------------------
    TIP 1: subscribe and unsubscribe commands go to majordomo@postg resql.org

  • Weiping

    #2
    Re: Management system for PostgreSQL?

    could phppgadmin serve your purpose?

    Download phpPgAdmin for free. Note: This project is no longer maintained on Sourceforge. Information here has mostly been left for historical purposes.




    ---------------------------(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

    Comment

    Working...