Re: Where's The Primary Key?

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: Where's The Primary Key?
Дата
Msg-id Pine.LNX.4.44.0307280924020.1209-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на Where's The Primary Key?  ("Jim Louis" <jim.louis@worldnet.att.net>)
Ответы Re: Where's The Primary Key?
Список pgsql-novice
> db01=> \d junk_t
>          Table "junk_t"
>  Attribute |  Type   | Modifier
> -----------+---------+----------
>  idx       | integer | not null
>  dat       | integer |
> Index: junk_idx

Primary key is the combination of unique index + not null. In your case,
both are listed. For further details refer pg_indexes system view.

regards,
bhuvaneswaran



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

Предыдущее
От: "A.Bhuvaneswaran"
Дата:
Сообщение: Re: Accessing Postgres db from apache using PHP
Следующее
От: "bruce"
Дата:
Сообщение: Re: [PHP] Accessing Postgres db from apache using PHP