DB & Schema

From: "md(at)rpzdesign(dot)com" <md(at)rpzdesign(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: DB & Schema
Date: 2012-09-21 14:58:48
Message-ID: 505C80A8.9080507@rpzdesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

During the execution of ProcessUtility() function in
/src/backend/xxx/utility.c,

the CreateStmt node type is processed to create a table.

Is there a global function in the context of the backend process that
will deliver what the current database and schema names?

The querystring cannot be relied upon for discerning this information.

marco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2012-09-21 15:24:40 Re: 64-bit API for large object
Previous Message Heikki Linnakangas 2012-09-21 14:58:34 Re: [WIP] Patch : Change pg_ident.conf parsing to be the same as pg_hba.conf