Skip to content

Commit

Permalink
remove schema file paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasb committed Jul 29, 2024
1 parent 8032755 commit 4e6a21d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 020-Connect/010-Postgres/001-direct-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ Concurrent connections are limited by [plan](/docs/concepts/pricing#pricing-plan

Branch migrations are not supported yet. In databases that support direct Postgres access, you can create new branches but they cannot be merged together. This capability will become available later on.

### Schema files

CLI commands that apply schema files (`xata schema upload schema.json`, `xata init --schema=schema.json`) are not supported in Postgres-enabled databases. The recommended method to [export](/docs/postgres#export) and [import](/docs/postgres#import) a certain schema is via standard Postgres tools (`psql`,`pg_dump`,`pg_restore`). For example, you can add the `--schema-only` parameter to `pg_dump` to export just the schema and no data.

## Column metadata

Xata uses SQL comments on columns to track some replication-related metadata about certain types of columns. These comments are only ever present on columns created using the Xata UI, and only on certain types of columns.
Expand Down

0 comments on commit 4e6a21d

Please sign in to comment.