arrays, not set

Поиск
Список
Период
Сортировка
От Vladimir V. Zolotych
Тема arrays, not set
Дата
Msg-id 39111E6F.26960708@eurocom.od.ua
обсуждение исходный текст
Список pgsql-admin
  Hello all

Does anybody know the way to:

1) Get count of elements in postgres array? E.g. for column of
    a type TEXT[] for example?

2) Check the column (field) wasn't set during tuple creation? E.g.

    CREATE TABLE foo (a INT4, b TEXT);

    INSERT INTO foo (b) VALUES ('asdf');

    Field 'a' wasn't set, how I can check that in SELECT?

  Thanks


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

Предыдущее
От: "Vladimir V. Zolotych"
Дата:
Сообщение: Re: Removing NOT NULL Contraint
Следующее
От: Nicolas Huillard
Дата:
Сообщение: RE: backup of my database...