@@ -177,7 +177,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
177177
178178 <variablelist>
179179 <varlistentry>
180- <term>SELECT</term>
180+ <term><literal> SELECT</literal> </term>
181181 <listitem>
182182 <para>
183183 Allows <xref linkend="sql-select"> from
@@ -196,7 +196,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
196196 </varlistentry>
197197
198198 <varlistentry>
199- <term>INSERT</term>
199+ <term><literal> INSERT</literal> </term>
200200 <listitem>
201201 <para>
202202 Allows <xref linkend="sql-insert"> of a new
@@ -209,7 +209,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
209209 </varlistentry>
210210
211211 <varlistentry>
212- <term>UPDATE</term>
212+ <term><literal> UPDATE</literal> </term>
213213 <listitem>
214214 <para>
215215 Allows <xref linkend="sql-update"> of any
@@ -231,7 +231,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
231231 </varlistentry>
232232
233233 <varlistentry>
234- <term>DELETE</term>
234+ <term><literal> DELETE</literal> </term>
235235 <listitem>
236236 <para>
237237 Allows <xref linkend="sql-delete"> of a row
@@ -244,7 +244,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
244244 </varlistentry>
245245
246246 <varlistentry>
247- <term>TRUNCATE</term>
247+ <term><literal> TRUNCATE</literal> </term>
248248 <listitem>
249249 <para>
250250 Allows <xref linkend="sql-truncate"> on
@@ -254,7 +254,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
254254 </varlistentry>
255255
256256 <varlistentry>
257- <term>REFERENCES</term>
257+ <term><literal> REFERENCES</literal> </term>
258258 <listitem>
259259 <para>
260260 Allows creation of a foreign key constraint referencing the specified
@@ -265,7 +265,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
265265 </varlistentry>
266266
267267 <varlistentry>
268- <term>TRIGGER</term>
268+ <term><literal> TRIGGER</literal> </term>
269269 <listitem>
270270 <para>
271271 Allows the creation of a trigger on the specified table. (See the
@@ -275,7 +275,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
275275 </varlistentry>
276276
277277 <varlistentry>
278- <term>CREATE</term>
278+ <term><literal> CREATE</literal> </term>
279279 <listitem>
280280 <para>
281281 For databases, allows new schemas and publications to be created within the database.
@@ -295,7 +295,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
295295 </varlistentry>
296296
297297 <varlistentry>
298- <term>CONNECT</term>
298+ <term><literal> CONNECT</literal> </term>
299299 <listitem>
300300 <para>
301301 Allows the user to connect to the specified database. This
@@ -306,8 +306,8 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
306306 </varlistentry>
307307
308308 <varlistentry>
309- <term>TEMPORARY</term>
310- <term>TEMP</term>
309+ <term><literal> TEMPORARY</literal> </term>
310+ <term><literal> TEMP</literal> </term>
311311 <listitem>
312312 <para>
313313 Allows temporary tables to be created while using the specified database.
@@ -316,7 +316,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
316316 </varlistentry>
317317
318318 <varlistentry>
319- <term>EXECUTE</term>
319+ <term><literal> EXECUTE</literal> </term>
320320 <listitem>
321321 <para>
322322 Allows the use of the specified function and the use of any
@@ -328,7 +328,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
328328 </varlistentry>
329329
330330 <varlistentry>
331- <term>USAGE</term>
331+ <term><literal> USAGE</literal> </term>
332332 <listitem>
333333 <para>
334334 For procedural languages, allows the use of the specified language for
@@ -371,7 +371,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
371371 </varlistentry>
372372
373373 <varlistentry>
374- <term>ALL PRIVILEGES</term>
374+ <term><literal> ALL PRIVILEGES</literal> </term>
375375 <listitem>
376376 <para>
377377 Grant all of the available privileges at once.
0 commit comments