Re: Query output into a space delimited/location sensitive file

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Query output into a space delimited/location sensitive file
Дата
Msg-id dcc563d10802161729x381996e9gdd1b568038ffe850@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Query output into a space delimited/location sensitive file  (Ubence Quevedo <r0d3nt@pacbell.net>)
Список pgsql-general
On Feb 16, 2008 7:19 PM, Ubence Quevedo <r0d3nt@pacbell.net> wrote:
> Scott, you are exactly right.  I am looking to take various data in
> multiple tables and create an output file delimited into specific
> sections.  I'll look more into the proper usage of select into as well
> as the substring/field example you have given below.

Then you'll be wanting lpad or rpad to make the fixed widths.  It's
pretty straight ahead.

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

Предыдущее
От: Ubence Quevedo
Дата:
Сообщение: Re: Query output into a space delimited/location sensitive file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Strict-typing benefits/costs