varchar length... PHP

Поиск
Список
Период
Сортировка
От Constantin Khatsckevich
Тема varchar length... PHP
Дата
Msg-id 40F3C7B6.9070807@const.ru
обсуждение исходный текст
Ответы Re: varchar length... PHP  (mike g <mike@thegodshalls.com>)
Список pgsql-general
Hello!

Can I get ordered length of the varchar field? I need it in PHP script.

For example,
CREATE TABLE t1
(
   id int,
   str varchar(40)
);

PHP function pg_FieldSize() returns me -1 for field str, because this is
variable length field, but I need got 40 (in the my example). May be
like sizeof() ?????


--
Best regards,
Constantin Khatskevich.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: moving an installation
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: change the last bit