标签: postgresql haskell persistent esqueleto
我正在使用Esqueleto和Postgres,我没有看到指定表所在架构的方法。目前我发出以下sql来设置架构:
set search_path to foo,bar;
这允许我使用我想要的表,只要它们在schema foo或schema bar中。有没有办法只为每个表设置架构?