mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Functions live in namespaces. Qualified function names work, eg
SELECT schema1.func2(...). Aggregate names can be qualified at the syntactic level, but the qualification is ignored for the moment.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: syscache.h,v 1.42 2002/04/06 06:59:25 tgl Exp $
|
||||
* $Id: syscache.h,v 1.43 2002/04/09 20:35:55 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -49,7 +49,7 @@
|
||||
#define NAMESPACEOID 18
|
||||
#define OPERNAME 19
|
||||
#define OPEROID 20
|
||||
#define PROCNAME 21
|
||||
#define PROCNAMENSP 21
|
||||
#define PROCOID 22
|
||||
#define RELNAMENSP 23
|
||||
#define RELOID 24
|
||||
|
Reference in New Issue
Block a user