postgresql/src/include/parser
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA.
This command provides an automated way to create foreign table definitions
that match remote tables, thereby reducing tedium and chances for error.
In this patch, we provide the necessary core-server infrastructure and
implement the feature fully in the postgres_fdw foreign-data wrapper.
Other wrappers will throw a "feature not supported" error until/unless
they are updated.

Ronan Dunklau and Michael Paquier, additional work by me
2014-07-10 15:01:43 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
analyze.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
gramparse.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
keywords.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
kwlist.h Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
parse_agg.h Allow polymorphic aggregates to have non-polymorphic state data types. 2014-04-23 19:17:41 -04:00
parse_clause.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_coerce.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_collate.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_cte.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_expr.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_func.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_node.h Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 2014-06-18 13:22:34 -04:00
parse_oper.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_param.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_relation.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_target.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_type.h Add new to_reg* functions for error-free OID lookups. 2014-04-08 10:27:56 -04:00
parse_utilcmd.h Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
parser.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parsetree.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
scanner.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
scansup.h Update copyright for 2014 2014-01-07 16:05:30 -05:00