docs
docs copied to clipboard
Update 06_demonstration_oracle_compatibility.mdx
While testing this code with the password set to "password", I encountered the following error message:
chinook=> CREATE USER demo WITH PASSWORD 'password'; ERROR: password must contain both letters and nonletters
Adding a number succeeded:
chinook=> CREATE USER demo WITH PASSWORD 'password1'; CREATE ROLE