Re: [HACKERS] New Developer's FAQ item - Mailing list pgsql-hackers

From jwieck@debis.com (Jan Wieck)
Subject Re: [HACKERS] New Developer's FAQ item
Date
Msg-id m0z92sc-000EBPC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to Re: [HACKERS] New Developer's FAQ item  (Brook Milligan <brook@trillium.NMSU.Edu>)
Responses Re: [HACKERS] New Developer's FAQ item  (Brook Milligan <brook@trillium.NMSU.Edu>)
List pgsql-hackers
>
>    I have added this to the developer's FAQ.  Any comments or corrections?
>
>    9) How do I efficiently access information in tables from the backend code?
>
> Is all this relevant for writing triggers that have to access tables
> in order to verify/modify a given tuple?  Is that even possible?  Are
> there any examples?
>
> Cheers,
> Brook

    But keep in mind that the syscache and heap access goes
    in without ACL checks!


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] weird problem with latest cvs
Next
From: Andreas Zeugswetter
Date:
Subject: AW: [HACKERS] sequence creation