Re: Integrated Trigers

From: Willy-Bas Loos <willybas(at)gmail(dot)com>
To: Alpha Beta <dzjitaru(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Integrated Trigers
Date: 2011-03-03 13:28:17
Message-ID: AANLkTinMnVf9eDb0Owig_N_Hd1Yy80XiAsSHLTjf0C4k@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

do you want to know how to create a trigger?
http://www.postgresql.org/docs/9.0/interactive/sql-createtrigger.html

<http://www.postgresql.org/docs/9.0/interactive/sql-createtrigger.html>do
you want to know how to list the triggers in your database?
- in pgAdmin they are listed in the tree-view under each table.
- in psql use the command \d <table>

>using postgresql would help me? and how ?
PostgreSQL would be your database engine (RDBMS, database software). It
would be hard to have triggers without database software to begin with.

hth

WBL

On Thu, Mar 3, 2011 at 12:59 PM, Alpha Beta <dzjitaru(at)gmail(dot)com> wrote:

> Hello,
>
> I'm still at beginning regarding databases. I got a question about trigers
> that model the behavior of some data,
> usualy a relational database may contain trigers and declarative sql
> constraints.
> My question is how could I detect these trigers within a database?
> using postgresql would help me? and how ?
>
> Best,
>
>

--
"Patriotism is the conviction that your country is superior to all others
because you were born in it." -- George Bernard Shaw

In response to

Browse pgsql-general by date

  From Date Subject
Next Message obamabarak 2011-03-03 13:29:09 Why count(*) doest use index?
Previous Message Alpha Beta 2011-03-03 11:59:44 Integrated Trigers