Skip to main content
The 2024 Developer Survey results are live! See the results
Erwin Brandstetter's user avatar
Erwin Brandstetter's user avatar
Erwin Brandstetter's user avatar
Erwin Brandstetter
  • Member for 12 years, 10 months
  • Last seen this week
  • Vienna, Austria
18 votes
1 answer
20k views

PostgreSQL functions returning void

15 votes
2 answers
21k views

Constraint defined DEFERRABLE INITIALLY IMMEDIATE is still DEFERRED?

14 votes
3 answers
5k views

What is easier to read in EXISTS subqueries? [closed]

9 votes
2 answers
3k views

Function executes faster without STRICT modifier?

7 votes
3 answers
3k views

Normalize array subscripts so they start with 1

6 votes
2 answers
3k views

Time zone names with identical properties yield different result when applied to timestamp

6 votes
1 answer
4k views

NULL emements lost when casting result of unnest()

6 votes
1 answer
3k views

Get the count of rows from a COPY command

6 votes
3 answers
10k views

SQL Server: collect values in an aggregation temporarily and re-use in the same query

6 votes
2 answers
12k views

Make SQLAlchemy COMMIT instead of ROLLBACK after a SELECT query

0 votes
4 answers
3k views

regexp_matches() returns two matches for $ (end of string)