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
2ac3e6ac
Commit
2ac3e6ac
authored
Feb 13, 2018
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: pg_function_is_visible also applies to aggregates and procedures
parent
7a32ac8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+2
-0
No files found.
doc/src/sgml/func.sgml
View file @
2ac3e6ac
...
...
@@ -16820,6 +16820,8 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
Each function performs the visibility check for one type of database
object. Note that
<function>
pg_table_is_visible
</function>
can also be used
with views, materialized views, indexes, sequences and foreign tables;
<function>
pg_function_is_visible
</function>
can also be used with
procedures and aggregates;
<function>
pg_type_is_visible
</function>
can also be used with domains.
For functions and operators, an object in
the search path is visible if there is no object of the same name
...
...
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