Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a301eb99
Commit
a301eb99
authored
Dec 13, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Improve search_path mentions in index
Karl O. Pinc
parent
abfd192b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+1
-1
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+5
-0
doc/src/sgml/ref/create_function.sgml
doc/src/sgml/ref/create_function.sgml
+5
-0
No files found.
doc/src/sgml/ddl.sgml
View file @
a301eb99
...
...
@@ -1735,7 +1735,7 @@ CREATE TABLE public.products ( ... );
</
para
>
<
indexterm
>
<
primary
>
search_path
</
primary
>
<
primary
>
<
varname
>
search_path
</
varname
>
configuration
parameter
</
primary
>
</
indexterm
>
<
para
>
...
...
doc/src/sgml/func.sgml
View file @
a301eb99
...
...
@@ -13507,6 +13507,11 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
</programlisting>
</para>
<indexterm>
<primary>
search path
</primary>
<secondary>
object visibility
</secondary>
</indexterm>
<table
id=
"functions-info-schema-table"
>
<title>
Schema Visibility Inquiry Functions
</title>
<tgroup
cols=
"3"
>
...
...
doc/src/sgml/ref/create_function.sgml
View file @
a301eb99
...
...
@@ -673,6 +673,11 @@ SELECT * FROM dup(42);
<refsect1 id="sql-createfunction-security">
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<indexterm>
<primary><varname>search_path</varname> configuration parameter</>
<secondary>use in securing functions</>
</indexterm>
<para>
Because a <literal>SECURITY DEFINER</literal> function is executed
with the privileges of the user that created it, care is needed to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment