@@ -177,7 +177,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
177
177
178
178
<variablelist>
179
179
<varlistentry>
180
- <term>SELECT</term>
180
+ <term><literal> SELECT</literal> </term>
181
181
<listitem>
182
182
<para>
183
183
Allows <xref linkend="sql-select"> from
@@ -196,7 +196,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
196
196
</varlistentry>
197
197
198
198
<varlistentry>
199
- <term>INSERT</term>
199
+ <term><literal> INSERT</literal> </term>
200
200
<listitem>
201
201
<para>
202
202
Allows <xref linkend="sql-insert"> of a new
@@ -209,7 +209,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
209
209
</varlistentry>
210
210
211
211
<varlistentry>
212
- <term>UPDATE</term>
212
+ <term><literal> UPDATE</literal> </term>
213
213
<listitem>
214
214
<para>
215
215
Allows <xref linkend="sql-update"> of any
@@ -231,7 +231,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
231
231
</varlistentry>
232
232
233
233
<varlistentry>
234
- <term>DELETE</term>
234
+ <term><literal> DELETE</literal> </term>
235
235
<listitem>
236
236
<para>
237
237
Allows <xref linkend="sql-delete"> of a row
@@ -244,7 +244,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
244
244
</varlistentry>
245
245
246
246
<varlistentry>
247
- <term>TRUNCATE</term>
247
+ <term><literal> TRUNCATE</literal> </term>
248
248
<listitem>
249
249
<para>
250
250
Allows <xref linkend="sql-truncate"> on
@@ -254,7 +254,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
254
254
</varlistentry>
255
255
256
256
<varlistentry>
257
- <term>REFERENCES</term>
257
+ <term><literal> REFERENCES</literal> </term>
258
258
<listitem>
259
259
<para>
260
260
Allows creation of a foreign key constraint referencing the specified
@@ -265,7 +265,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
265
265
</varlistentry>
266
266
267
267
<varlistentry>
268
- <term>TRIGGER</term>
268
+ <term><literal> TRIGGER</literal> </term>
269
269
<listitem>
270
270
<para>
271
271
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
275
275
</varlistentry>
276
276
277
277
<varlistentry>
278
- <term>CREATE</term>
278
+ <term><literal> CREATE</literal> </term>
279
279
<listitem>
280
280
<para>
281
281
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
295
295
</varlistentry>
296
296
297
297
<varlistentry>
298
- <term>CONNECT</term>
298
+ <term><literal> CONNECT</literal> </term>
299
299
<listitem>
300
300
<para>
301
301
Allows the user to connect to the specified database. This
@@ -306,8 +306,8 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
306
306
</varlistentry>
307
307
308
308
<varlistentry>
309
- <term>TEMPORARY</term>
310
- <term>TEMP</term>
309
+ <term><literal> TEMPORARY</literal> </term>
310
+ <term><literal> TEMP</literal> </term>
311
311
<listitem>
312
312
<para>
313
313
Allows temporary tables to be created while using the specified database.
@@ -316,7 +316,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
316
316
</varlistentry>
317
317
318
318
<varlistentry>
319
- <term>EXECUTE</term>
319
+ <term><literal> EXECUTE</literal> </term>
320
320
<listitem>
321
321
<para>
322
322
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
328
328
</varlistentry>
329
329
330
330
<varlistentry>
331
- <term>USAGE</term>
331
+ <term><literal> USAGE</literal> </term>
332
332
<listitem>
333
333
<para>
334
334
For procedural languages, allows the use of the specified language for
@@ -371,7 +371,7 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
371
371
</varlistentry>
372
372
373
373
<varlistentry>
374
- <term>ALL PRIVILEGES</term>
374
+ <term><literal> ALL PRIVILEGES</literal> </term>
375
375
<listitem>
376
376
<para>
377
377
Grant all of the available privileges at once.
0 commit comments