This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create extension | |
| CREATE EXTENSION age; | |
| # Load extension | |
| LOAD 'age'; | |
| # Add ag_catalog to search_path | |
| SET search_path = ag_catalog, "$user", public; | |
| # Create the graph |