Re: extra spaces

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: extra spaces
Дата
Msg-id Pine.BSO.4.10.10012141758510.5632-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на extra spaces  (Soma Interesting <dfunct@telus.net>)
Список pgsql-general
Make your fields to be varchar(x), not char(x)

-alex

On Thu, 14 Dec 2000, Soma Interesting wrote:

> I'm using PHP & PostgreSQL.
>
> All values called from the database are still padded with extra spaces from
> the column size in the database. Is this normal - I don't remember this
> happening when I was using MySQL. I thought usually the database stripped
> the extra spaces when it retrieved the values.
>
> How do you recommend dealing with this, using a PHP command to strip every
> value from the database - or can I change something in the database to have
> it strip the spaces auto magic like?
>
>
> -          -          -          -          -          -          -
>   -          -          -          -
> WARNING: Some experts believe that use of any keyboard may cause
> serious injury. Consult Users Guide.
>                                                                                        dfunct@telus.net
>
>


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

Предыдущее
От: Soma Interesting
Дата:
Сообщение: extra spaces
Следующее
От: Sandeep Joshi
Дата:
Сообщение: create trigger