Обсуждение: RE: [HACKERS] Recursive queries?

Поиск
Список
Период
Сортировка

RE: [HACKERS] Recursive queries?

От
Zeugswetter Andreas SARZ
Дата:
> In POSTQUEL this is written like this (note I'm not sure about correct
> POSTQUEL syntax):
>
> retrieve into ancestor(p.x,p.y) from p in parent
>
> retrieve* into ancestor(a.x,p.y) from a in ancestor, p in parent where
> a.y=p.x.
>
> You see the second line generates new tuples every time it's executed
> until there is no more data deductable.

This sounds really interesting, I have been puzzeling on how to resolve the
CNAME points
to another CNAME ... which finally points to an IP address for our name
resolution
admin database. This would be it !

Andreas