mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix inconsistencies and typos in the tree, take 10
This addresses some issues with unnecessary code comments, fixes various typos in docs and comments, and removes some orphaned structures and definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/9aabc775-5494-b372-8bcb-4dfc0bd37c68@gmail.com
This commit is contained in:
@ -5,7 +5,7 @@ CREATE TABLE A (
|
||||
);
|
||||
CREATE UNIQUE INDEX AI ON A (ID);
|
||||
|
||||
--Columns REFB of table B and REFC of C are foreign keys referenting ID of A:
|
||||
--Columns REFB of table B and REFC of C are foreign keys referencing ID of A:
|
||||
|
||||
CREATE TABLE B (
|
||||
REFB int4
|
||||
|
Reference in New Issue
Block a user