Eneboo - Documentación para desarrolladores
|
00001 /*----------------------------------------------------------------------- 00002 * ascii.h 00003 * 00004 * Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group 00005 * 00006 * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.13 2005/01/01 05:43:09 momjian Exp $ 00007 * 00008 *----------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef _ASCII_H_ 00012 #define _ASCII_H_ 00013 00014 #include "fmgr.h" 00015 00016 extern Datum to_ascii_encname(PG_FUNCTION_ARGS); 00017 extern Datum to_ascii_enc(PG_FUNCTION_ARGS); 00018 extern Datum to_ascii_default(PG_FUNCTION_ARGS); 00019 00020 #endif /* _ASCII_H_ */