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
81e3e4fd
Commit
81e3e4fd
authored
Apr 12, 2012
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling corrections.
Thom Brown
parent
732bfa24
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+1
-1
doc/src/sgml/datatype.sgml
doc/src/sgml/datatype.sgml
+1
-1
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+1
-1
doc/src/sgml/sepgsql.sgml
doc/src/sgml/sepgsql.sgml
+4
-4
doc/src/sgml/tcn.sgml
doc/src/sgml/tcn.sgml
+1
-1
No files found.
doc/src/sgml/catalogs.sgml
View file @
81e3e4fd
...
...
@@ -5128,7 +5128,7 @@
<para>
The catalog <structname>pg_shseclabel</structname> stores security
lab
le
s on shared database objects. Security labels can be manipulated
lab
el
s on shared database objects. Security labels can be manipulated
with the <xref linkend="sql-security-label"> command. For an easier
way to view security labels, see <xref linkend="view-pg-seclabels">.
</para>
...
...
doc/src/sgml/datatype.sgml
View file @
81e3e4fd
...
...
@@ -856,7 +856,7 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
column. <type>bigserial</type> should be used if you anticipate
the use of more than 2<superscript>31</> identifiers over the
lifetime of the table. The type names <type>smallserial</type> and
<type>serial2</type> also work the same way, ex
ec
pt that they
<type>serial2</type> also work the same way, ex
ce
pt that they
create a <type>smallint</type> column.
</para>
...
...
doc/src/sgml/func.sgml
View file @
81e3e4fd
...
...
@@ -9619,7 +9619,7 @@ table2-mapping
</indexterm>
<para>
This section descri
p
bes the functions that are available for creating
This section describes the functions that are available for creating
JSON (see
<xref
linkend=
"datatype-json"
>
) data.
</para>
...
...
doc/src/sgml/sepgsql.sgml
View file @
81e3e4fd
...
...
@@ -435,8 +435,8 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
On <xref linkend="sql-createdatabase">, <literal>getattr</> permission
will be checked on the source or template database of the new database,
not only <literal>create</> on the new database.
On creation of objects within a particula schema (tables, views,
sequences and procedures), <literal>add_name</> will be also chec
h
ked
On creation of objects within a particula
r
schema (tables, views,
sequences and procedures), <literal>add_name</> will be also checked
on the schema, not only <literal>create</> on the new object itself.
</para>
...
...
@@ -527,7 +527,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer;
to switch the security label of the client process, the client domain,
to a new context, if that is allowed by the security policy.
The client domain needs the <literal>setcurrent</> permission and also
<literal>dyntrans
ac
tion</> from the old to the new domain.
<literal>dyntrans
i
tion</> from the old to the new domain.
</para>
<para>
Dynamic domain transitions should be considered carefully, because they
...
...
@@ -632,7 +632,7 @@ ERROR: SELinux: security policy violation
<row>
<entry><literal>sepgsql_restorecon(text) returns bool</literal></entry>
<entry>
Sets up initial security labels for all object
e
s within the
Sets up initial security labels for all objects within the
current database. The argument may be NULL, or the name of a specfile
to be used as alternative of the system default.
</entry>
...
...
doc/src/sgml/tcn.sgml
View file @
81e3e4fd
...
...
@@ -30,7 +30,7 @@
for primary key columns. Each part is separated from the next by a comma.
For ease of parsing using regular expressions, table and column names are
always wrapped in double quotes, and data values are always wrapped in
single quotes. Embeded quotes are doubled.
single quotes. Embed
d
ed quotes are doubled.
</para>
<para>
...
...
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