Skip to content

Align rel table naming with upstream pg_client - #11

Open
adsharma wants to merge 1 commit into
mainfrom
replication
Open

Align rel table naming with upstream pg_client #11
adsharma wants to merge 1 commit into
mainfrom
replication

Conversation

@adsharma

Copy link
Copy Markdown
Contributor

No description provided.

Upstream ladybug-extension renamed the FK-backed rel table prefix:
fkrel_ -> rel_, with csr_rel_ reserved for attach-time CSR
materialization (not yet implemented, routed through the same
scan-driven path as rel_).

- scripts/test_with_pgembed.py: rename fkrel_knows -> rel_knows;
  the retired fkrel_ prefix is no longer auto-detected by pg_client
- README.md: document the full naming convention including the
  reserved csr_rel_ prefix
- test.sql: note the convention in the header comment

Requires liblbug >= 0.20.0 for rel-table join pushdown; 0.19.1
returned a bare node-table scan for rel patterns.
@adsharma adsharma changed the title Add declarative replication of node/rel tables + align naming Align rel table naming with upstream pg_client Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant