- Архив списков рассылки pgsql-general

Поиск
Список
Период
Сортировка
От tankgirl@worldonline.es
Тема
Дата
Msg-id 2814081.994156196178.JavaMail.root@macaca.worldonline.es
обсуждение исходный текст
Ответы Re:  (Jan Wieck <JanWieck@Yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: substring wrong example in manual
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: