Re: Schema for Website Comments

Поиск
Список
Период
Сортировка
От Chris Travers
Тема Re: Schema for Website Comments
Дата
Msg-id CAKt_ZfsVr1AO1er_ED31+DMOZfJFRJ481Qbd43QLx040Nm1ing@mail.gmail.com
обсуждение исходный текст
Ответ на Schema for Website Comments  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Список pgsql-general
On Sun, Jul 10, 2011 at 10:14 PM, Adarsh Sharma
<adarsh.sharma@orkash.com> wrote:
> Dear all,
>
> Today I need to create a schema for my application website that allows user
> comments too.
>
> I think we have to maintain hierarchical data and it is very common as all
> sites are supporting this feature.
>
> Can somebody suggest me some guidelines to follow and some links too.
>

PostgreSQL supports WITH RECURSIVE as of 8.4 and higher.

http://www.postgresql.org/docs/8.4/static/queries-with.html

Best Wishes,
Chris Travers

В списке pgsql-general по дате отправления:

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: [HACKERS] Creating temp tables inside read only transactions
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: [HACKERS] Creating temp tables inside read only transactions