Column Headings using Comment?
От
tully
Тема
Column Headings using Comment?
Дата
Msg-id
v7gp30d3ltqfeedmb8qtp0vh0bp1mgjnl0@4ax.com
Список
Дерево обсуждения
Column Headings using Comment? tully <none@noemail.com>
Re: Column Headings using Comment? Bruce Momjian <pgman@candle.pha.pa.us>
system tables "M. Bastin" <marcbastin@mindspring.com>
Re: system tables Tom Lane <tgl@sss.pgh.pa.us>
Is there an option for psql to use the entry in Comments for "pretty" column headings in a report? For example, instead of printing the column name of "last" in the heading, the option would print "Last Name" that is contained in the Comments field. The only two alternatives I've found so far is to use "SELECT AS" or to mangle the "\d+" output from psql with awk, which are both cumbersome solutions, especially when a "select *" is possible. Can anyone help? --tully
В списке pgsql-novice по дате отправления