pgsql/src/backend/utils/adt (quote.c Makefile)

From: Jan Wieck <wieck>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (quote.c Makefile)
Date: 2000-09-05 20:25:13
Message-ID: 200009052025.e85KPD886635@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, September 5, 2000 @ 16:25:13
Author: wieck

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/tmp/cvs-serv86188/src/backend/utils/adt

Modified Files:
Makefile

Added Files:
quote.c

----------------------------- 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

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2000-09-05 20:25:14 pgsql/src/include/catalog (pg_proc.h)
Previous Message Peter Eisentraut - PostgreSQL 2000-09-05 18:45:38 pgsql/doc/src (Makefile)