Skip to content

Commit

Permalink
display < and > symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda committed Jan 7, 2024
1 parent 81ba86a commit f75932c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"href": "sql.html",
"title": "SQL",
"section": "",
"text": "1. PostgreSQL interesting commands\n\nREASSIGN OWNED BY to ;\nREVOKE ALL PRIVILEGES ON DATABASE FROM ;\n\n\n\n[1] \"elu\" \"ou594\"\n\n\n elu_genre elu_nom elu_prenom elu_lieu_naissance\n1 F BEUGNET Ginette arras\n2 F BOYER Patricia agen\n3 F BRUNEAU Catherine PARIS\n4 F CARISEY Valérie Saint-Vallier\n5 F DELAURIER Sylvie Nicole TONNEINS\n6 F GARNIER Corinne LE PUY EN VELAY\n7 F LABRUGERE Martine CANNES\n8 F LACRESSE Christelle NANCY\n9 F LAVEST Isabelle Aurillac\n10 F LEPOUTRE Anne-Marie reims\n11 F LIGAUDAN Laure Isabelle maison-alfort\n12 F MAILLOT Karine drancy\n13 F PAOLI Muriel ALES\n14 F PFISTER Monique INGWILLER\n15 F QUATREVAUX Muriel RENNES\n16 F SCHULD Adeline PARIS 17e\n17 F TALVA Nelly Fougères\n18 M BARDELLE Christophe CAEN\n19 M BERENGUER Hervé béziers\n20 M BERNADET Pascal Dax\n21 M BERRARD Eric LONS LE SAUNIER\n22 M BOIRET Alain Châteaudun\n23 M BORDE Philippe BAR SUR AUBE\n24 M BUCHHOLZER Fabien Bitche\n25 M CARTIER Frédéric LANGON\n26 M CERQUEIRA Christian MACON\n27 M DEVALQUENAIRE Eric amiens\n28 M FUCHET François LE CREUSOT\n29 M GRASSET Laurent NIMES\n30 M GROS Serge LA BOISSIERE\n31 M JEANDARME Francis NOGENT SUR SEINE\n32 M JEANNEY Patrick AGEN\n33 M LE QUÉRÉ Antoine PONTIVY\n34 M LEVY Hervé besancon\n35 M MANUEL Thierry &lt;NA&gt;\n36 M MAYEUX Laurent BETHUNE (62)\n37 M PINEL Emmanuel LES GRANDES VENTES\n38 M PRODHOMME Daniel NOYAL SUR VILAINE\n39 M TRAORE Yan ABIDJAN\n40 M VALADIER Eddy SAINT GILLES (30)"
"text": "1. PostgreSQL interesting commands\n\nREASSIGN OWNED BY &lt;old_role&gt; to &lt;new_role&gt;;\nREVOKE ALL PRIVILEGES ON DATABASE &lt;database&gt; FROM &lt;role&gt;;\n\n\n\n[1] \"elu\" \"ou594\"\n\n\n elu_genre elu_nom elu_prenom elu_lieu_naissance\n1 F BEUGNET Ginette arras\n2 F BOYER Patricia agen\n3 F BRUNEAU Catherine PARIS\n4 F CARISEY Valérie Saint-Vallier\n5 F DELAURIER Sylvie Nicole TONNEINS\n6 F GARNIER Corinne LE PUY EN VELAY\n7 F LABRUGERE Martine CANNES\n8 F LACRESSE Christelle NANCY\n9 F LAVEST Isabelle Aurillac\n10 F LEPOUTRE Anne-Marie reims\n11 F LIGAUDAN Laure Isabelle maison-alfort\n12 F MAILLOT Karine drancy\n13 F PAOLI Muriel ALES\n14 F PFISTER Monique INGWILLER\n15 F QUATREVAUX Muriel RENNES\n16 F SCHULD Adeline PARIS 17e\n17 F TALVA Nelly Fougères\n18 M BARDELLE Christophe CAEN\n19 M BERENGUER Hervé béziers\n20 M BERNADET Pascal Dax\n21 M BERRARD Eric LONS LE SAUNIER\n22 M BOIRET Alain Châteaudun\n23 M BORDE Philippe BAR SUR AUBE\n24 M BUCHHOLZER Fabien Bitche\n25 M CARTIER Frédéric LANGON\n26 M CERQUEIRA Christian MACON\n27 M DEVALQUENAIRE Eric amiens\n28 M FUCHET François LE CREUSOT\n29 M GRASSET Laurent NIMES\n30 M GROS Serge LA BOISSIERE\n31 M JEANDARME Francis NOGENT SUR SEINE\n32 M JEANNEY Patrick AGEN\n33 M LE QUÉRÉ Antoine PONTIVY\n34 M LEVY Hervé besancon\n35 M MANUEL Thierry &lt;NA&gt;\n36 M MAYEUX Laurent BETHUNE (62)\n37 M PINEL Emmanuel LES GRANDES VENTES\n38 M PRODHOMME Daniel NOYAL SUR VILAINE\n39 M TRAORE Yan ABIDJAN\n40 M VALADIER Eddy SAINT GILLES (30)"
}
]
4 changes: 2 additions & 2 deletions docs/sql.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ <h1 class="title">SQL</h1>

</header><section id="postgresql-interesting-commands" class="level3"><h3 class="anchored" data-anchor-id="postgresql-interesting-commands">1. PostgreSQL interesting commands</h3>
<ul>
<li><p>REASSIGN OWNED BY <old_role> to <new_role>;</new_role></old_role></p></li>
<li><p>REVOKE ALL PRIVILEGES ON DATABASE <database> FROM <role>;</role></database></p></li>
<li><p>REASSIGN OWNED BY &lt;old_role&gt; to &lt;new_role&gt;;</p></li>
<li><p>REVOKE ALL PRIVILEGES ON DATABASE &lt;database&gt; FROM &lt;role&gt;;</p></li>
</ul>
<div class="cell">
<div class="cell-output cell-output-stdout">
Expand Down
4 changes: 2 additions & 2 deletions sql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: "SQL"

### 1. PostgreSQL interesting commands

- REASSIGN OWNED BY <old_role> to <new_role>;
- REASSIGN OWNED BY \<old_role\> to \<new_role\>;

- REVOKE ALL PRIVILEGES ON DATABASE <database> FROM <role>;
- REVOKE ALL PRIVILEGES ON DATABASE \<database\> FROM \<role\>;

```{r}
#| label: load-ggplot
Expand Down

0 comments on commit f75932c

Please sign in to comment.