docs icon indicating copy to clipboard operation
docs copied to clipboard

Update 06_demonstration_oracle_compatibility.mdx

Open dbwagoner opened this issue 1 year ago • 0 comments

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

What Changed?

dbwagoner avatar Mar 08 '24 20:03 dbwagoner