Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Postgres-PL-pgSQL-Binary-Search-Tree

Learning PostgreSQL's procedure language PL/pgSQL

I created a binary search tree to learn and practice PL/pgSQL. It was complicated enough to get a feel for PL/pgSQL.

I found that PL/pgSQL forced me to use database tables to store the tree nodes even for a temporary session. In Oracle's PL/SQL I would not have had to use database tables unless I wanted to permanently store the tree. PL/SQL has native collection types: Nested Tables, Associative Array (or index-by table), Varray

To run this code, just cut and pasted it directly into the psql.exe shell window.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages