Minor formatting during proofreading
This commit is contained in:
parent
df175c9a39
commit
e2e96963f5
@ -128,6 +128,7 @@ FROM films
|
||||
WHERE film @> '{"title": "The Incredibles"}'::jsonb;
|
||||
|
||||
-- Listing 16-8: Demonstrating the <@ containment operator
|
||||
|
||||
SELECT film ->> 'title' AS title,
|
||||
film ->> 'year' AS year
|
||||
FROM films
|
||||
|
||||
@ -192,7 +192,7 @@ BEGIN
|
||||
ELSE 3
|
||||
END;
|
||||
RAISE NOTICE 'personal_days updated!';
|
||||
END
|
||||
END;
|
||||
$$
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user