> you can't. this isn't a bug but a known limitation and is documented here:
> http://www.postgresql.org/docs/9.1/static/hot-standby.html#HOT-STANDBY-US=
ERS
>
>> Is there any workaround?
>> How could we create temp database and tables on slave?
>>
>
> not with streaming replication
>
> --
> Jaime Casanova=C2=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0 www.2ndQuadrant.com
> Professional PostgreSQL: Soporte 24x7 y capacitaci=C3=B3n
>
I wonder if a workaround is possible using dblink, pl/proxy, or FDW to
write out to a different "temp" db?