mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 10:57:02 +08:00
Fix notice message from DROP FUNCTION IF EXISTS, and improve message
for DROP AGGREGATE IF EXISTS. Per report from Teodor.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.32 2006/03/14 22:48:22 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.33 2006/09/25 15:17:34 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -22,6 +22,7 @@ typedef HeapTuple Type;
|
||||
|
||||
extern Oid LookupTypeName(ParseState *pstate, const TypeName *typename);
|
||||
extern char *TypeNameToString(const TypeName *typename);
|
||||
extern char *TypeNameListToString(List *typenames);
|
||||
extern Oid typenameTypeId(ParseState *pstate, const TypeName *typename);
|
||||
extern Type typenameType(ParseState *pstate, const TypeName *typename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user