Home postgresql

Category: postgresql

Related categories

Tell me how to remove all records properly from all table tables, while not deleting the tables themselves? Answer 1, Authority 100% as an...
1) there are 2 fields - varchar 'text' and int 'value'. An index was created for them: CREATE INDEX idx_index_value_and_text ON index_test (value, text) I...
When creating a database in Postgres over a field with phone numbers (there are no pluses and brackets in the field, but the data...
Recently, accidentally deleted environment variables when added a new variable. Previously used the "CHCP 1251" command and everything worked well, Russian characters were perfectly...

Recent posts