Skip to content

rbelev/pgrx_text_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground for a pgrx Postgres extention called text_utils. Iterators -> Set Returning Function is pretty awesome.

text_utils=# select * from lines_of_text('hello there                                                                                                                        I hope you are well                                                                                                                                                          That''s all for now');
    lines_of_text
---------------------
 hello there
 I hope you are well
 That's all for now
(3 rows)

Time: 0.461 ms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages