如何在PostgresSQL 10中备份分区表 [英] How to backup a partitioned table in PostgresSQL 10

查看:220
本文介绍了如何在PostgresSQL 10中备份分区表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用PostgreSQL 10备份特定分区表?

Is it possible to make a backup of a specific partitioned table with PostgreSQL 10?

使用时:

sudo pg_dump -Fc -f "/home/schema.backup" -t schema.partitioned_table dbname

我只是得到基本表的骨架,没有任何值,也没有任何分区。

I am only getting the skeleton of the base table, without any values and without any partitions.

我也找不到

推荐答案

您必须使用 -t 适用于所有分区。

You'd have to use -t for all partitions.

这可能是设计决定要使分区在SQL级别上显示为单个表的结果。

This is probably a consequence of the design decision to have partitions visible as individual tables on the SQL level.

这篇关于如何在PostgresSQL 10中备份分区表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆