Skip to content

Commit 9900fe9

Browse files
committed
Remove html tag <small>.
1 parent 10041eb commit 9900fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-azure-database-for-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This Azure Database for PostgreSQL connector is supported for the following capa
2929
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; ||
3030
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;||
3131

32-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
32+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3333

3434
The three activities work on all Azure Database for PostgreSQL deployment options:
3535

@@ -311,7 +311,7 @@ The below table lists the properties supported by Azure Database for PostgreSQL
311311
| Stored procedure | If you select Stored procedure as input, specify a name of the stored procedure to read data from the source table, or select Refresh to ask the service to discover the procedure names.| Yes (if you select Stored procedure as input) | String | procedureName |
312312
| Procedure parameters | If you select Stored procedure as input, specify any input parameters for the stored procedure in the order set in the procedure, or select Import to import all procedure parameters using the form `@paraName`. | No | Array | inputs |
313313
| Batch size | Specify a batch size to chunk large data into batches. | No | Integer | batchSize |
314-
| Isolation Level | Choose one of the following isolation levels:<br>- Read Committed<br>- Read Uncommitted (default)<br>- Repeatable Read<br>- Serializable<br>- None (ignore isolation level) | No | <small>READ_COMMITTED<br/>READ_UNCOMMITTED<br/>REPEATABLE_READ<br/>SERIALIZABLE<br/>NONE</small> |isolationLevel |
314+
| Isolation Level | Choose one of the following isolation levels:<br>- Read Committed<br>- Read Uncommitted (default)<br>- Repeatable Read<br>- Serializable<br>- None (ignore isolation level) | No | READ_COMMITTED<br/>READ_UNCOMMITTED<br/>REPEATABLE_READ<br/>SERIALIZABLE<br/>NONE |isolationLevel |
315315

316316
#### Azure Database for PostgreSQL source script example
317317

0 commit comments

Comments
 (0)