Re: extra spaces

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: extra spaces
Дата
Msg-id Pine.LNX.4.30.0012141817440.6523-100000@chapelperilous.net
обсуждение исходный текст
Ответ на extra spaces  (Soma Interesting <dfunct@telus.net>)
Список pgsql-general
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?

Sounds like you are using fixed length strings (char) rather than variable
length strings (varchar).

-- Brett
                                     http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
A fool-proof method for sculpting an elephant: first, get a huge block of
marble; then you chip away everything that doesn't look like an elephant.


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

Предыдущее
От: Sandeep Joshi
Дата:
Сообщение: create trigger
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Re: create trigger