Jump to content

Recommended Posts

Posted

Well that was unexpected.

While reading through technical documentation on the PostgreSQL database, I came across this example block:

BEGIN WORK;

-- Set up a cursor:
DECLARE liahona SCROLL CURSOR FOR SELECT * FROM films;

-- Fetch the first 5 rows in the cursor liahona:
FETCH FORWARD 5 FROM liahona;

 code  |          title          | did | date_prod  |   kind   |  len
-------+-------------------------+-----+------------+----------+-------
 BL101 | The Third Man           | 101 | 1949-12-23 | Drama    | 01:44
 BL102 | The African Queen       | 101 | 1951-08-11 | Romantic | 01:43
 JL201 | Une Femme est une Femme | 102 | 1961-03-12 | Romantic | 01:25
 P_301 | Vertigo                 | 103 | 1958-11-14 | Action   | 02:08
 P_302 | Becket                  | 103 | 1964-02-03 | Drama    | 02:28

-- Fetch the previous row:
FETCH PRIOR FROM liahona;

 code  |  title  | did | date_prod  |  kind  |  len
-------+---------+-----+------------+--------+-------
 P_301 | Vertigo | 103 | 1958-11-14 | Action | 02:08

-- Close the cursor and end the transaction:
CLOSE liahona;
COMMIT WORK;

Suddenly I'm very curious as to who's writing these docs!

Posted
45 minutes ago, Mason Wheeler said:

Well that was unexpected.

While reading through technical documentation on the PostgreSQL database, I came across this example block:

BEGIN WORK;

-- Set up a cursor:
DECLARE liahona SCROLL CURSOR FOR SELECT * FROM films;

-- Fetch the first 5 rows in the cursor liahona:
FETCH FORWARD 5 FROM liahona;

 code  |          title          | did | date_prod  |   kind   |  len
-------+-------------------------+-----+------------+----------+-------
 BL101 | The Third Man           | 101 | 1949-12-23 | Drama    | 01:44
 BL102 | The African Queen       | 101 | 1951-08-11 | Romantic | 01:43
 JL201 | Une Femme est une Femme | 102 | 1961-03-12 | Romantic | 01:25
 P_301 | Vertigo                 | 103 | 1958-11-14 | Action   | 02:08
 P_302 | Becket                  | 103 | 1964-02-03 | Drama    | 02:28

-- Fetch the previous row:
FETCH PRIOR FROM liahona;

 code  |  title  | did | date_prod  |  kind  |  len
-------+---------+-----+------------+--------+-------
 P_301 | Vertigo | 103 | 1958-11-14 | Action | 02:08

-- Close the cursor and end the transaction:
CLOSE liahona;
COMMIT WORK;

Suddenly I'm very curious as to who's writing these docs!

The liahona is used to scroll through the movies! Who knew it was so versatile? 

  • 2 weeks later...
Posted
2 hours ago, SpiritOfWrath said:

General Conference today! 
🍿

Yayyy, what’s your guys’ favorite talk so far?

Guest Ψιτιsτηε Βεsτ
Posted

Hurst's

Guest Ψιτιsτηε Βεsτ
Posted

That was truly great. There were so many truth bombs, and a temple announced just next to me...(NO, not the Utah one)

Posted
1 hour ago, Through The Living Glass said:

Temple in the Dominican Republic is announced: *cheering*

Temple in Utah is announced: *silence*

There’s just so many!!

Posted
7 hours ago, Vyzkel said:

Yayyy, what’s your guys’ favorite talk so far?

I can’t remember who it was, but I liked the talk about the thief who stole a Book of Mormon and ended up reading it.

Posted (edited)
52 minutes ago, PianoSavant said:

I can’t remember who it was, but I liked the talk about the thief who stole a Book of Mormon and ended up reading it.

It was Elder Alvarado’s talk.

(I made a note of remembering it because I wanted to re-read it)

I loved that talk

Edited by TwinSouls
Posted
2 hours ago, TwinSouls said:

It was Elder Alvarado’s talk.

(I made a note of remembering it because I wanted to re-read it)

I loved that talk

literally i wrote down so many quotes from that one

brad r. wilcox's talk was also rlly good

Posted

the dynamite one was good!!!!!!! i love dynamite!!!! i wanna learn how to make is (this is a joke for legal reasons)

Posted
2 minutes ago, strmblsd said:

the dynamite one was good!!!!!!! i love dynamite!!!! i wanna learn how to make is (this is a joke for legal reasons)

One thing I noticed is that he said that without nitroglycerine, diatomaceous earth is worthless.  This is not entirely accurate; it's a powerful dessicant (drying-out agent) which makes it a very effective insecticide to protect gardens and trees from bugs without leaving poisonous residue on the food produced.

Posted
23 minutes ago, Mason Wheeler said:

One thing I noticed is that he said that without nitroglycerine, diatomaceous earth is worthless.  This is not entirely accurate; it's a powerful dessicant (drying-out agent) which makes it a very effective insecticide to protect gardens and trees from bugs without leaving poisonous residue on the food produced.

similar to how without the gospel, the church can still do good (as evidenced by other churches that do good for the world while having incorrect doctrine)  but it's good is enhanced with the gospel

Also, Elder Stevenson came out swinging! This decade as important as the decade with the restoration of the priesthood, the printing of the BoM, etc. That's crazy!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...