Re: What's the CURRENT schema ?
От | Tom Lane |
---|---|
Тема | Re: What's the CURRENT schema ? |
Дата | |
Msg-id | 25283.1018025717@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: What's the CURRENT schema ? (Fernando Nasser <fnasser@redhat.com>) |
Ответы |
Re: What's the CURRENT schema ?
|
Список | pgsql-hackers |
Fernando Nasser <fnasser@redhat.com> writes: > Christopher Kings-Lynne wrote: >> You know, I'm kinda surprised that the spec doesn't define a CURRENT_SCHEMA >> variable you can query??? > Maybe because it would be the same as CURRENT_USER. It'd probably make sense for us to have one, though, given that I'm intent on not hardwiring the two concepts together as the spec does ;-). Although you can interrogate the search path with SHOW, that's not very accessible at the SQL level, so an SQL function seems useful too. I'd be inclined to make CURRENT_SCHEMA return the name of the schema that is the default creation target namespace (viz, the front of the search path). Thoughts? regards, tom lane
В списке pgsql-hackers по дате отправления: