Re: [patch] Proposal for \rotate in psql

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Daniel Verite <daniel(at)manitou-mail(dot)org>
Cc: Greg Stark <stark(at)mit(dot)edu>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [patch] Proposal for \rotate in psql
Date: 2015-12-10 18:29:52
Message-ID: CAFj8pRAyEmvgKHBd+7_pOz4f-JQXYvKQjUdoux9UFuUUyGweUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> postgres=# \crosstabview 4 +month label
>

Maybe using optional int order column instead label is better - then you
can do sort on client side

so the syntax can be "\crosstabview VCol [+/-]HCol [[+-]HOrderCol]

Regards

Pavel

>
> ┌──────────────────────────┬───────┬───────┬────────┬───────┬───────┬───────┬───────┬───────┬───────┬───────┬───────┐
> │ customer │ led │ úno │ bře │ dub │ kvě │
> čen │ čec │ srp │ zář │ říj │ lis │
>
> ╞══════════════════════════╪═══════╪═══════╪════════╪═══════╪═══════╪═══════╪═══════╪═══════╪═══════╪═══════╪═══════╡
> │ A********** │ │ │ │ │
> │ │ │ │ │ 13000 │ │
> │ A******** │ │ │ 8000 │ │
> │ │ │ │ │ │ │
> │ B***** │ │ │ │ │
> │ │ │ │ │ │ 3200 │
> │ B*********************** │ │ │ │ │
> │ │ │ │ 26200 │ │ │
> │ B********* │ │ │ │ │
> │ │ 14000 │ │ │ │ │
> │ C********** │ │ │ │ 7740 │
> │ │ │ │ │ │ │
> │ C*** │ │ │ │ │
> │ │ │ │ 26000 │ │ │
> │ C***** │ │ │ │ 12000 │
> │ │ │ │ │ │ │
> │ G******* │ 30200 │ 26880 │ 13536 │ 39360 │ 60480 │
> 54240 │ 44160 │ 16320 │ 29760 │ 22560 │ 20160 │
> │ G*************** │ │ │ │ │ │
> 25500 │ │ │ │ │ │
> │ G********** │ │ │ │ │ │
> 16000 │ │ │ │ │ │
> │ I************* │ │ │ │ │
> │ │ │ 27920 │ │ │ │
> │ i**** │ │ │ │ 13500 │
> │ │ │ │ │ │ │
> │ n********* │ │ │ │ │
> │ │ 12600 │ │ │ │ │
> │ Q** │ │ │ │ │ 16700
> │ │ │ │ │ │ │
> │ S******* │ │ │ │ │
> │ │ 8000 │ │ │ │ │
> │ S******* │ │ │ │ │ 5368
> │ │ │ │ │ │ │
> │ s******* │ │ │ 5000 │ 3200 │
> │ │ │ │ │ │ │
>
> └──────────────────────────┴───────┴───────┴────────┴───────┴───────┴───────┴───────┴───────┴───────┴───────┴───────┘
> (18 rows)
>
>
>
> Regards
>
> Pavel
>
>
>>
>>
>>
>>> Best regards,
>>> --
>>> Daniel Vérité
>>> PostgreSQL-powered mailer: http://www.manitou-mail.org
>>> Twitter: @DanielVerite
>>>
>>
>>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-12-10 18:37:34 Re: [sqlsmith] Failed to generate plan on lateral subqueries
Previous Message Robert Haas 2015-12-10 18:26:17 Re: mdnblocks() sabotages error checking in _mdfd_getseg()