1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Add add_missing_from GUC variable.

Nigel J. Andrews
This commit is contained in:
Bruce Momjian
2003-06-11 22:13:22 +00:00
parent 9ffdd91bba
commit 240dc5cddc
7 changed files with 48 additions and 10 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_relation.h,v 1.39 2002/09/04 20:31:45 momjian Exp $
* $Id: parse_relation.h,v 1.40 2003/06/11 22:13:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -16,6 +16,8 @@
#include "parser/parse_node.h"
extern bool add_missing_from;
extern RangeTblEntry *refnameRangeTblEntry(ParseState *pstate,
const char *schemaname,
const char *refname,