Обсуждение: pgsql/src/include/catalog (pg_proc.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/catalog (pg_proc.h)

От
Jan Wieck
Дата:
  Date: Tuesday, September  5, 2000 @ 16:25:13
Author: wieck

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/catalog
     from hub.org:/tmp/cvs-serv86188/src/include/catalog

Modified Files:
    pg_proc.h

-----------------------------  Log Message  -----------------------------

Added functions
    quote_ident(text) returns text
    quote_literal(text) returns text

These are handy to build up properly quoted query strings
for the new PL/pgSQL EXECUTE functionality to submit
dynamic DDL statements.

Jan