Re: What is field separator?
От | Gabriele Bartolini |
---|---|
Тема | Re: What is field separator? |
Дата | |
Msg-id | 4C0223B8.6050009@2ndQuadrant.it обсуждение исходный текст |
Ответ на | What is field separator? (Tena Sakai <tsakai@gallo.ucsf.edu>) |
Ответы |
Re: What is field separator?
Re: What is field separator? |
Список | pgsql-admin |
Tena Sakai ha scritto: > Can somebody please tell me what “|” is called in my example above? > And is it possible to change it from “|” to something else for > display purpose? The field separatore in psql is used only when the format is "unaligned" (which does not happen to be default). In order for it to be effective, you need to type in psql: \pset format unaligned \pset fieldsep '\t' This will give you an output with columns that are separated by tab. However, I suggest that you look at the documentation for more options and ways to achive the same results: http://www.postgresql.org/docs/current/static/app-psql.html Cheers, Gabriele -- Gabriele Bartolini - 2ndQuadrant Italia PostgreSQL Training, Services and Support gabriele.bartolini@2ndQuadrant.it | www.2ndQuadrant.it
В списке pgsql-admin по дате отправления: