Creste Index with nullable

Поиск
Список
Период
Сортировка
От Diego
Тема Creste Index with nullable
Дата
Msg-id 43CCECE2.5030300@unimedijui.com.br
обсуждение исходный текст
Ответы Re: Creste Index with nullable  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hi,

I have a question!

create table test (
   code int not null,
   name varchar(40) not null,
   last_name varchar(40)    {this field is nullable}
)

I can create a index like
"CREATE INDEX idx_test  ON etqmov  USING btree  (name, last_name)"
using a nullable field? Will work fine?

Thanks...
Diego Ziquinatti
 From Brazil




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

Предыдущее
От: "sandhya"
Дата:
Сообщение: Fw: reg lo_import on windows
Следующее
От: Rodrigo Hjort
Дата:
Сообщение: LOG: incomplete startup packet