ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

828 results

The Debug Zone
PostgreSQL PL/pgSQL: How to Use Variable Column Names in Queries

In this video, we dive into the powerful capabilities of PL/pgSQL in PostgreSQL, focusing on the use of variable column names in ...

2:39
PostgreSQL PL/pgSQL: How to Use Variable Column Names in Queries

10 views

3 months ago

Peter Schneider
A simple example of how to use PLPGSQL?

A simple example of how to use PLPGSQL? I hope you found a solution that worked for you :) The Content (except music ...

2:48
A simple example of how to use PLPGSQL?

68 views

2 years ago

Dorian Lapi
VScode PLSQL PGSQL

How to use PLSQL with VScode.

2:27
VScode PLSQL PGSQL

24 views

1 year ago

Roel Van de Paar
In PLPGSQL assign a variable based on result of SQL function

In PLPGSQL assign a variable based on result of SQL function Helpful? Please support me on Patreon: ...

2:26
In PLPGSQL assign a variable based on result of SQL function

17 views

4 years ago

Roel Van de Paar
PL/pgSQL - Indexes vs Collation vs Pattern Ops

PL/pgSQL - Indexes vs Collation vs Pattern Ops Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

2:13
PL/pgSQL - Indexes vs Collation vs Pattern Ops

10 views

4 years ago

Roel Van de Paar
Databases: How to pass variable to PL/pgSQL code from the command line?

Databases: How to pass variable to PL/pgSQL code from the command line? Helpful? Please support me on Patreon: ...

2:33
Databases: How to pass variable to PL/pgSQL code from the command line?

7 views

4 years ago

Roel Van de Paar
Databases: PostgreSQL : Prevent SQL Injection in pl/pgsql function

Databases: PostgreSQL : Prevent SQL Injection in pl/pgsql function Helpful? Please support me on Patreon: ...

2:13
Databases: PostgreSQL : Prevent SQL Injection in pl/pgsql function

28 views

4 years ago

Nida Karagoz
Do I need to CREATE LANGUAGE plpgsql in PostgreSQL 9+

Do I need to CREATE LANGUAGE plpgsql in PostgreSQL 9+ ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:11
Do I need to CREATE LANGUAGE plpgsql in PostgreSQL 9+

2 views

6 months ago

Roel Van de Paar
Databases: Declare variable of table type in PL/pgSQL

Databases: Declare variable of table type in PL/pgSQL Helpful? Please support me on Patreon: ...

2:13
Databases: Declare variable of table type in PL/pgSQL

43 views

4 years ago

Roel Van de Paar
Databases: What PL/pgSQL debugger can I use?

Databases: What PL/pgSQL debugger can I use? Helpful? Please support me on Patreon: ...

1:39
Databases: What PL/pgSQL debugger can I use?

58 views

4 years ago

Roel Van de Paar
Databases: Use PL/pgSQL in PostgreSQL outside of a stored procedure or function?

Databases: Use PL/pgSQL in PostgreSQL outside of a stored procedure or function? Helpful? Please support me on Patreon: ...

1:25
Databases: Use PL/pgSQL in PostgreSQL outside of a stored procedure or function?

7 views

4 years ago

Roel Van de Paar
What does "psql: /usr/pgsql-11/lib/libpq.so.5: no version information available (required by...

Databases: What does "psql: /usr/pgsql-11/lib/libpq.so.5: no version information available (required by psql)" actually mean?

2:46
What does "psql: /usr/pgsql-11/lib/libpq.so.5: no version information available (required by...

653 views

4 years ago

Roel Van de Paar
Databases: Execute dynamic INSERT ON CONFLICT DO UPDATE in plpgsql function

Databases: Execute dynamic INSERT ON CONFLICT DO UPDATE in plpgsql function Helpful? Please support me on Patreon: ...

3:18
Databases: Execute dynamic INSERT ON CONFLICT DO UPDATE in plpgsql function

11 views

4 years ago

The Debug Zone
Fixing 'Must Be Owner of Extension plpgsql' Error in pg_restore

In this video, we tackle a common issue encountered when using pg_restore: the 'Must Be Owner of Extension plpgsql' error.

1:31
Fixing 'Must Be Owner of Extension plpgsql' Error in pg_restore

6 views

5 months ago

Roel Van de Paar
Is this inconsistent treatment of `void` return from sql and plpgsql functions documented?

Databases: Is this inconsistent treatment of `void` return from sql and plpgsql functions documented? Helpful? Please support me ...

1:44
Is this inconsistent treatment of `void` return from sql and plpgsql functions documented?

3 views

4 years ago

Roel Van de Paar
Why does 'plpgsql' not appear in the pg_extension table? (2 Solutions!!)

Why does 'plpgsql' not appear in the pg_extension table? Helpful? Please support me on Patreon: ...

3:01
Why does 'plpgsql' not appear in the pg_extension table? (2 Solutions!!)

3 views

4 years ago

Roel Van de Paar
Databases: Any way to verify user password from PL/PGSQL? (2 Solutions!!)

Databases: Any way to verify user password from PL/PGSQL? Helpful? Please support me on Patreon: ...

2:29
Databases: Any way to verify user password from PL/PGSQL? (2 Solutions!!)

3 views

4 years ago

Roel Van de Paar
Databases: Postgres plpgsql: Is a view better than a select query in a plpgsql function

Databases: Postgres plpgsql: Is a view better than a select query in a plpgsql function Helpful? Please support me on Patreon: ...

2:09
Databases: Postgres plpgsql: Is a view better than a select query in a plpgsql function

5 views

4 years ago

Roel Van de Paar
Databases: How to copy view from MS SQL to PGSQL?

Databases: How to copy view from MS SQL to PGSQL? Helpful? Please support me on Patreon: ...

1:34
Databases: How to copy view from MS SQL to PGSQL?

4 views

4 years ago

Roel Van de Paar
Databases: PLPGSQL catch any exception in loop

Databases: PLPGSQL catch any exception in loop Helpful? Please support me on Patreon: ...

2:07
Databases: PLPGSQL catch any exception in loop

24 views

4 years ago

Roel Van de Paar
Databases: PL/pgSQL functions and optimizations fences?

Databases: PL/pgSQL functions and optimizations fences? Helpful? Please support me on Patreon: ...

1:31
Databases: PL/pgSQL functions and optimizations fences?

1 view

4 years ago

Zeba Academy EN
What are Aggregate Functions in PostgreSQL? Explained by Zeba Academy in 3 Minutes!

PostgreSQL is a free and open source Relational Database Management System (RDBMS) focusing on extensibility and ...

3:13
What are Aggregate Functions in PostgreSQL? Explained by Zeba Academy in 3 Minutes!

10 views

5 years ago

Roel Van de Paar
Databases: Determine the currently executing statement in a long running PL/pgSQL stored procedure

Databases: Determine the currently executing statement in a long running PL/pgSQL stored procedure Helpful? Please support ...

1:53
Databases: Determine the currently executing statement in a long running PL/pgSQL stored procedure

1 view

4 years ago

Roel Van de Paar
Assign result of regexp_split_to_array() to Pl/pgSQL array variable

Assign result of regexp_split_to_array() to Pl/pgSQL array variable Helpful? Please support me on Patreon: ...

1:46
Assign result of regexp_split_to_array() to Pl/pgSQL array variable

35 views

4 years ago

Roel Van de Paar
Databases: Postgres query plan of a function invocation written in plpgsql (2 Solutions!!)

Databases: Postgres query plan of a function invocation written in plpgsql Helpful? Please support me on Patreon: ...

2:37
Databases: Postgres query plan of a function invocation written in plpgsql (2 Solutions!!)

2 views

4 years ago