help needed regarding Query processing in postgres

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kirang@it.iitb.ac.in

    help needed regarding Query processing in postgres

    hi all,

    I am an M.Tech student of IITBombay,india .
    We are doing a project on access control in postgres.

    Is there any way in which, i can add a extra predicate to the sql query
    given to the postgres database table.

    please if any body could help me in this regard. Reply as soon as posible.

    thanks and regards.
    kiran

    KReSIT , IITB.

    ---------------------------(end of broadcast)---------------------------
    TIP 7: don't forget to increase your free space map settings

  • Bruce Momjian

    #2
    Re: help needed regarding Query processing in postgres

    kirang@it.iitb. ac.in wrote:[color=blue]
    > hi all,
    >
    > I am an M.Tech student of IITBombay,india .
    > We are doing a project on access control in postgres.
    >
    > Is there any way in which, i can add a extra predicate to the sql query
    > given to the postgres database table.
    >
    > please if any body could help me in this regard. Reply as soon as posible.[/color]

    Look at views or rules as a way to create a predicate based on an
    existing table.

    --
    Bruce Momjian | http://candle.pha.pa.us
    pgman@candle.ph a.pa.us | (610) 359-1001
    + If your life is a hard drive, | 13 Roberts Road
    + Christ can be your backup. | Newtown Square, Pennsylvania 19073

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

    Working...