Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
netcraft
8 months ago
|
parent
|
context
|
favorite
| on:
PgFirstAid: PostgreSQL function for improving stab...
Very nice!
Did you consider making this a view instead? Just curious if there is a reason why you couldn't.
singron
8 months ago
[–]
I'm not the author, but I think you could by using UNION ALL instead of temp tables. You could also make a view that just calls this function. I'm not sure why it would matter though.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Did you consider making this a view instead? Just curious if there is a reason why you couldn't.