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:
@ -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,
|
||||
|
Reference in New Issue
Block a user