Re: doc: CREATE FOREIGN TABLE .. PARTITION OF .. DEFAULT
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Jeevan Ladhe <jeevanladhe.os@gmail.com>
Date: 2022-05-26T23:28:50Z
Lists: pgsql-hackers
On Fri, May 27, 2022 at 1:58 AM Robert Haas <robertmhaas@gmail.com> wrote: > On Thu, May 26, 2022 at 1:50 AM Amit Langote <amitlangote09@gmail.com> wrote: > > Attached 2 patches -- one for PG 11 onwards and another for PG 10. > > Committed, except I adjusted the v11 version so that the CREATE > FOREIGN TABLE documentation would match the CREATE TABLE documentation > in that branch. Thank you. -- Thanks, Amit Langote EDB: http://www.enterprisedb.com
Commits
-
Doc: Further fix CREATE FOREIGN TABLE synopsis.
- cc75ad780d53 11.17 landed
- dadee8753936 12.12 landed
- de61a9cbaa95 13.8 landed
- 18e3b197bc6a 14.4 landed
- 642e9165fd51 15.0 landed
-
In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.
- d605eba0904b 10.22 landed
- 0fab33916789 11.17 landed
- 4368ef218959 12.12 landed
- 036cffbcae9b 13.8 landed
- a5fc06bf3135 14.4 landed
- ce21a36cf837 15.0 landed