- Mailing list pgsql-general

From tankgirl@worldonline.es
Subject
Date
Msg-id 2814081.994156196178.JavaMail.root@macaca.worldonline.es
Whole thread Raw
Responses Re:  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-general
  Hello,

  I want to implement versions of a relation using production rules.

  I have found that the syntax for creating a version is:

  'CREATE [direction] VERSION Vname FROM Bname'

  where...

    -> direction can be both forward or backward deltas
    -> Vname is the name of the version (the new table with updated,
       added or deleted tuples)
    -> Bname is the name of the base relation (the table I already have)

  I have typed it, but it doesn't work, and there is no man entry for
'CREATE VERSION'

  I wonder if there is any way of implementing versions using POSTGRES
rules.

  Thankyou.

                         Stay Safe & Happy

                                   :* TankGirl




pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: substring wrong example in manual
Next
From: Jan Wieck
Date:
Subject: Re: