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
80c20fcf
Commit
80c20fcf
authored
Jan 25, 2013
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: split search_path index entries into separate secondaries
Karl O. Pinc
parent
a37e83c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-1
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+2
-1
doc/src/sgml/ref/create_function.sgml
doc/src/sgml/ref/create_function.sgml
+1
-1
No files found.
doc/src/sgml/config.sgml
View file @
80c20fcf
...
@@ -4778,7 +4778,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
...
@@ -4778,7 +4778,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<varlistentry id="guc-search-path" xreflabel="search_path">
<varlistentry id="guc-search-path" xreflabel="search_path">
<term><varname>search_path</varname> (<type>string</type>)</term>
<term><varname>search_path</varname> (<type>string</type>)</term>
<indexterm>
<indexterm>
<primary><varname>search_path</> configuration parameter</primary>
<primary><varname>search_path</></primary>
<secondary>configuration parameter</secondary>
</indexterm>
</indexterm>
<indexterm><primary>path</><secondary>for schemas</></>
<indexterm><primary>path</><secondary>for schemas</></>
<listitem>
<listitem>
...
...
doc/src/sgml/ddl.sgml
View file @
80c20fcf
...
@@ -1735,7 +1735,8 @@ CREATE TABLE public.products ( ... );
...
@@ -1735,7 +1735,8 @@ CREATE TABLE public.products ( ... );
</
para
>
</
para
>
<
indexterm
>
<
indexterm
>
<
primary
><
varname
>
search_path
</
varname
>
configuration
parameter
</
primary
>
<
primary
><
varname
>
search_path
</
varname
></
primary
>
<
secondary
>
run
-
time
setting
</
secondary
>
</
indexterm
>
</
indexterm
>
<
para
>
<
para
>
...
...
doc/src/sgml/ref/create_function.sgml
View file @
80c20fcf
...
@@ -674,7 +674,7 @@ SELECT * FROM dup(42);
...
@@ -674,7 +674,7 @@ SELECT * FROM dup(42);
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<indexterm>
<indexterm>
<primary><varname>search_path</varname>
configuration parameter
</>
<primary><varname>search_path</varname></>
<secondary>use in securing functions</>
<secondary>use in securing functions</>
</indexterm>
</indexterm>
...
...
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