Inquiry on Participating in the Korean Translation Project for PostgreSQL Documentation

2024-03-28 Thread 김명준
Hello, I am deeply fascinated by the powerful features and flexibility of PostgreSQL and wish to share it with more Korean speakers. I am interested in contributing to the Korean translation of the PostgreSQL official documentation and would like guidance on how to begin this process. 1. 1. I

Fwd: Unexpected Multiple Records from Randomized Query

2024-02-23 Thread 김명준
Hello. I encountered a problem while setting up a test environment to learn the use of the random() function. The query is as follows: CREATE TABLE users ( id SERIAL PRIMARY KEY, name VARCHAR(100), email VARCHAR(100), signup_date DATE ); INSERT INTO users (name, email, signup_d