Hi everyone,
Pretty new to PostgreSQL and have a few general questions about views.
1. Are views stored? ie: if my server crashes will the views associated with my database stay intact? I guess, more or less, will the view survive as long as the database survives?
2. I know you can see the values in a view by SELECT but can you see which view references a specific value. For instance, I have two views (Home and Office) and have a value "computer" in both views, is there a way to query the value "computer" to give me "Home" and "Office"?
Thanks in advance!
Dan
Pretty new to PostgreSQL and have a few general questions about views.
1. Are views stored? ie: if my server crashes will the views associated with my database stay intact? I guess, more or less, will the view survive as long as the database survives?
2. I know you can see the values in a view by SELECT but can you see which view references a specific value. For instance, I have two views (Home and Office) and have a value "computer" in both views, is there a way to query the value "computer" to give me "Home" and "Office"?
Thanks in advance!
Dan