# Partial data dumps using Postgres Row Level Security

DevFeed: [Partial data dumps using Postgres Row Level Security](<https://devfeed.tech/articles/partial-data-dumps-using-postgres-row-level-security-477.md>)

Original publisher: [Read original article](<https://supabase.com/blog/partial-postgresql-data-dumps-with-rls>)

Author: Paul Copplestone

Published: 2022-06-28T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [security](<https://devfeed.tech/tags/security.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

A tutorial showing how to use PostgreSQL Row Level Security to export restricted subsets of production data as seed files for local testing.

## Source excerpt

Using RLS to create seed files for local PostgreSQL testing.